Skip to content
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

Closed
jrnt30 opened this issue Jul 10, 2014 · 0 comments
Closed

Xml.lns support on External Entities #142

jrnt30 opened this issue Jul 10, 2014 · 0 comments

Comments

@jrnt30
Copy link

jrnt30 commented Jul 10, 2014

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:

<!DOCTYPE server-xml [
  <!ENTITY connector-ajp-8080-jasper SYSTEM "connector-http-8080-jasper.xml">
  <!ENTITY connector-ajp-8009-jasper SYSTEM "connector-ajp-8009-jasper.xml">
]>
lutter added a commit to lutter/augeas that referenced this issue Nov 11, 2016
lutter added a commit to lutter/augeas that referenced this issue Nov 11, 2016
lutter added a commit to lutter/augeas that referenced this issue Nov 11, 2016
lutter added a commit to lutter/augeas that referenced this issue Nov 11, 2016
lutter added a commit to lutter/augeas that referenced this issue Nov 14, 2016
lutter added a commit to lutter/augeas that referenced this issue Nov 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants