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 ji...@apache.org on 2004/04/12 23:25:47 UTC

[jira] Updated: (XERCERJ-406) endDTD() not send if no publicId or external subset specified in DOCTYPE decl

The following issue has been updated:

    Updater: Serge Knystautas (mailto:sergek@lokitech.com)
       Date: Mon, 12 Apr 2004 2:24 PM
    Changes:
             Attachment changed from BUG11176.zip
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XERCERJ-406?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCERJ-406

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCERJ-406
    Summary: endDTD() not send if no publicId or external subset specified in DOCTYPE decl
       Type: Bug

     Status: Closed
 Resolution: FIXED

    Project: Xerces2-J

   Assignee: Xerces-J Developers Mailing List
   Reporter: Andrew Fang

    Created: Thu, 25 Jul 2002 5:50 PM
    Updated: Mon, 12 Apr 2004 2:24 PM
Environment: Operating System: All
Platform: All

Description:
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().


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org