Subject: Re: [xsl] convert XML to NFC From: David Carlisle <davidc@xxxxxxxxx> Date: Wed, 27 Apr 2011 17:14:41 +0100 |
<xsl:template match="text()"> <xsl:value-of select="normalize-unicode(.)"/> </xsl:template>
<xsl:template match="@*"> <xsl:attribute name="{name()}" select="normalize-unicode(.)"/> </xsl:template>
________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] convert XML to NFC, Kenneth Reid Beesley | Thread | Re: [xsl] convert XML to NFC, Liam R E Quin |
[xsl] convert XML to NFC, Kenneth Reid Beesley | Date | Re: [xsl] convert XML to NFC, Martin Honnen |
Month |