-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not handle &xsd;string case in the xml #94
Comments
see: sax.parse(source,defaultNSMap,entityMap); it's new feature for xmldom: specify the entityMap on DOMParser constructor |
Feature request: if you replace the i think is a good solution. |
A "options.entityMap" patch would be great! #131 |
you can try this:
|
Hello,
I used this module for parsing xml file which has the following data.
However, all these
&xsd;
stuff can not be parsed by xmldom. I get this error from sax.js:I think the xml is correct according to xml specification.
Best regards,
Kevin
The text was updated successfully, but these errors were encountered: