[Home] [By Thread] [By Date] [Recent Entries]
On Nov 23, 2003, at 2:02 PM, Andreas L. Delmelle wrote: Again, here's the stylesheet as it stands:^^^^^ This solves the character issue, but removes all markup. If I run the following template alone I get entities converted to characters, and the XML markup is left alone, which is what I want. <xsl:template match="/ | @* | node()">
<xsl:copy>
<xsl:apply-templates select="@* | node()"/>
</xsl:copy>
</xsl:template>If I run the template to create the separate documents, I get entities again. Why? Is it something about the document function? Bruce XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



