DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19591>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19591 internal DTD subset incorrectly serialized ------- Additional Comments From [EMAIL PROTECTED] 2003-08-13 11:16 ------- The problem described in this bug is fixed, although the output is not yet correct. Namely the following: <!ENTITY %dummy.att "name CDATA #REQUIRED"> there should be a space between % and dummy.att, otherwise the XML is not well formed. But I guess this should become another bug report. Another still-existing problem can be seen if you disable the dtd handler and the declaration handler in the test app, so that only comments from the internal DTD are passed through, the test app then gives the following output: <!DOCTYPE dummy<!-- a comment in the DTD -->> I've kind of worked around all this however by filtering out the content of the internal DTD subset, so personally I don't need to have these things fixed. Thanks anyway, guys!
