|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Identity Transform losing special characters
The problem is that with character encoding in the output file. If you use an <output encoding="blarg"/> tag it should fix the problem. For "blarg" you can use values such as "UTF-8" "ASCII" or the encoding of the original XML file. See: http://www.w3.org/TR/xslt#output http://www.iana.org/assignments/character-sets cheers stuart On Fri, Feb 20, 2009 at 6:38 PM, Karl Stubsjoen <kstubs@xxxxxxxxx> wrote: > I have things like this in my XML: > > <fo:inline> > <fo:inline>Some Company</fo:inline> > </fo:inline>  > <fo:block/> > > My identity transform is losing the  . > I've tried both: > > <xsl:apply-templates select="@* | *"/> > <xsl:apply-templates select="@* | node()"/> > > With a match and copy like this (again having tried both node() and *): > <xsl:template match="@* | node()"> > <xsl:copy> > <xsl:apply-templates select="@* | node()"/> > </xsl:copy> > </xsl:template> > > Where am I going wrong? > > Karl..
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








