xsl-list
[Top] [All Lists]

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

2006-08-03 03:50:20

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:-)


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--