Skip to content

Commit

Permalink
this feature is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Apr 11, 2023
1 parent 8dbade8 commit dc7b646
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,6 @@ static DOMFragmentParser getDomParser()

parser.setFeature("http://cyberneko.org/html/features/scanner/style/strip-cdata-delims", false);
parser.setFeature("http://cyberneko.org/html/features/scanner/cdata-sections", true);

try {
parser.setFeature("http://cyberneko.org/html/features/enforce-strict-attribute-names", true);
} catch (SAXNotRecognizedException se) {
// this indicates that the patched nekohtml is not on the
// classpath
}
return parser;
}

Expand Down

0 comments on commit dc7b646

Please sign in to comment.