[xslt] libxslt-0.8 drops text() nodes in identity transform
- From: Steve Tinney <stinney sas upenn edu>
- To: xslt gnome org
- Subject: [xslt] libxslt-0.8 drops text() nodes in identity transform
- Date: Wed, 25 Apr 2001 10:27:33 -0400
This script:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="*|@*|text()">
<xsl:copy>
<xsl:apply-templates select="*|@*|text()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
applied to this input:
<some>text</some>
produces:
<some/>
It should produce
<some>text</some>
Steve
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]