-
Notifications
You must be signed in to change notification settings - Fork 72
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
Serialization of ATTLIST is incorrect #233
Comments
Thanks for your report, There seems to be a problem with rexml 3.2.7 and later.
|
Ah, good find! I made a PR for this that you're free to merge if you want |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When parsing and then serializing an XML document with a DTD internal subset containing an ATTLIST, the "<!ATTLIST" part is missing. See this example:
Tried with REXML 3.4.0 on Ruby 3.3.6
The text was updated successfully, but these errors were encountered: