Replies: 1 comment
-
Thanks for the suggestion. I've started adding some unit tests in XMLUtils. Will need to add some more in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I suggest the creation of a set of three different entity-preservation tests for any of the places where XML parser and Transformers are created, in code that uses xml-dtd:
The test may have a timeout of about 5s, to make sure that no outward connection to
w3.org
is made (w3.org
throttles DTD connections).That is, an HTML5 DOCTYPE.
EntityResolver2
(all the widely used parsers do).Beta Was this translation helpful? Give feedback.
All reactions