You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/07/25 19:50:54 UTC

DO NOT REPLY [Bug 11176] New: - endDTD() not send if no publicId or external subset specified in DOCTYPE decl

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: xerces-j-dev@xml.apache.org
        ReportedBy: afang@arbortext.com


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org