Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.5.0
-
None
-
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.