|
Subject: Re: [xsl] Identity Transform losing special characters From: Jesper Tverskov <jesper.tverskov@xxxxxxxxx> Date: Fri, 20 Feb 2009 12:44:11 +0100 |
I guess this is the proper solution then:
<xsl:character-map name="x">
<xsl:output-character character=" " string="&#160;"/>
</xsl:character-map>
<xsl:output indent="yes" use-character-maps="x"/>
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
Cheers,
Jesper Tverskov
http://www.xmlkurser.dk
http://www.xmlplease.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Identity Transform losing, Tony Graham | Thread | Re: [xsl] Identity Transform losing, Karl Stubsjoen |
| Re: [xsl] Identity Transform losing, Tony Graham | Date | Re: [xsl] XSL-FO: Background text s, Tony Graham |
| Month |