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=11176>. 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=11176 endDTD() not send if no publicId or external subset specified in DOCTYPE decl Summary: endDTD() not send if no publicId or external subset specified in DOCTYPE decl Product: Xerces2-J Version: 2.0.0 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: DTD AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In the following simple xml document, Xerces emits startDTD() event because of the DOCTYPE declaration, however, endDTD() is never sent. <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE xsl:stylesheet > <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" /> If the DOCTYPE declaration is modified as <!DOCTYPE xsl:stylesheet [] > The endDTD() does follow the startDTD(). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
