xsl-list
[Top] [All Lists]

Re: [xsl] Supressing entity expansion during XSLT transform

2008-01-12 02:35:39
On 1/12/08, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
In practice the pragmatic solution is to preprocess entity references (at
the level of a text file, e.g. using Perl) to change &abc; to something like
#abc; where # is some sufficiently-rare character, and hten to postprocess
the transformation result to change it back.

This is exactly what I do in my
http://www.xmlplease.com/identity-template.xsl solution, except that I
use the REGEX implementation in XSLT 2.0.

Cheers,
Jesper Tverskov

--~------------------------------------------------------------------
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>
--~--