Re: [xsl] usage of entities (for dummies)

Subject: Re: [xsl] usage of entities (for dummies)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 3 Aug 2006 11:50:04 +0100
> Is there  a possibility to leave the "& # x e 7 ;"
> unchanged and let it appear as "& # x e 7 ;" in the target data too?

You can't leave it unchanged because the xml parser will have changed it
before xslt starts, but you can encode all non-ascii characters on thee
way out by sticking
<xsl:output encoding="us-ascii"/>
see a posting in another thread about an hour ago for pros and cons of
dsoing this (I used the example or e-acute rather than c-cedilla, but
the issues are not that different:-)

Current Thread