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=11835>. 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=11835 endDTD not invoked when there's no system or public ID Summary: endDTD not invoked when there's no system or public ID Product: Xerces2-J Version: 2.0.2 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: SAX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Xerces is not calling endDTD in my SAX LexicalHandler when the document type declaration has the form <!DOCTYPE root>. It does call it when I use a System ID. Here's a sample file that exhibits the problem: <!DOCTYPE test> <?xml-stylesheet href="file.css" type="text/css"?> <!-- test --> <test xmlns:xlink='http://www.w3.org/TR/1999/xlink'>Hello dear <em>very important</em> <span xlink:type='simple'>here's the link</span> <svg:svg xmlns:svg='http://www.w3.org/TR/2000/svg'><svg:text>text in a namespace</svg:text></svg:svg> <svg xmlns='http://www.w3.org/TR/2000/svg'><text>text in a namespace</text></svg></test> <!--epilog--> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
