-
Notifications
You must be signed in to change notification settings - Fork 200
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
Xml.lns support on External Entities #142
Comments
lutter
added a commit
to lutter/augeas
that referenced
this issue
Nov 11, 2016
See http://www.w3.org/TR/2006/REC-xml11-20060816/#sec-external-ent for the required syntax. Based on initial patch by Adam Bottchen. Fixes hercules-team#142
lutter
added a commit
to lutter/augeas
that referenced
this issue
Nov 11, 2016
See http://www.w3.org/TR/2006/REC-xml11-20060816/#sec-external-ent for the required syntax. Based on initial patch by Adam Bottchen. Fixes hercules-team#142
lutter
added a commit
to lutter/augeas
that referenced
this issue
Nov 11, 2016
See http://www.w3.org/TR/2006/REC-xml11-20060816/#sec-external-ent for the required syntax. Based on initial patch by Adam Bottchen. Fixes hercules-team#142
lutter
added a commit
to lutter/augeas
that referenced
this issue
Nov 11, 2016
See http://www.w3.org/TR/2006/REC-xml11-20060816/#sec-external-ent for the required syntax. Based on initial patch by Adam Bottchen. Fixes hercules-team#142
lutter
added a commit
to lutter/augeas
that referenced
this issue
Nov 14, 2016
See http://www.w3.org/TR/2006/REC-xml11-20060816/#sec-external-ent for the required syntax. Based on initial patch by Adam Bottchen. Fixes hercules-team#142
lutter
added a commit
to lutter/augeas
that referenced
this issue
Nov 23, 2016
See http://www.w3.org/TR/2006/REC-xml11-20060816/#sec-external-ent for the required syntax. Based on initial patch by Adam Bottchen. Fixes hercules-team#142
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the Xml.lns fails parsing an external entity defined in the DOCTYPE due to the "entity_def" lacking support for the optional "SYSTEM" and "PUBLIC" attributes of the entity element as defined at: http://www.w3.org/TR/2006/REC-xml11-20060816/#sec-external-ent
Not Working Properly due to valid "SYSTEM" in entity def:
The text was updated successfully, but these errors were encountered: