Uploaded image for project: 'Xerces2-J'
  1. Xerces2-J
  2. XERCESJ-821

XInclude also includes comments from DTD

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 2.5.0
    • None
    • XInclude 1.0
    • None
    • Operating System: Other
      Platform: Other
    • 24318

    Description

      If documentfragments that contains a documenttype declarations are merged using
      a stylesheet with a single template as shown below.

      <xsl:template match="@*|node()">
      <xsl:copy>
      <xsl:apply-templates select="@*"/>
      <xsl:apply-templates/>
      </xsl:copy>
      </xsl:template>

      The resulting document will contain all the right fragments, but will also
      include all comments from the DTD.

      Attachments

        Activity

          People

            Unassigned Unassigned
            js@ddre.dk js
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: