Re: [xsl] How to avoid XML Parsing while XSLT Transform

Subject: Re: [xsl] How to avoid XML Parsing while XSLT Transform
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Thu, 16 Jul 2009 19:15:44 +0100
2009/7/16 Michael Kay <mike@xxxxxxxxxxxx>:
> You might like to look at Andrew Welch's LexEv processor. This converts
> entity references into nodes that are retained in the data model. However, I
> don't think it can handle numeric character references - these are typically
> converted to characters by the XML parser and there is no way to switch this
> off.

LexEv converts #x00027 to:

<lexev:char-ref name="#x00027">'</lexev:char-ref>

...so you have the character and the original code.

Its integrated into Kernow: go to Options -> Kernow Options -> LexEv
tab and tick the "enable LexEv" box.




-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread