xsl-list
[Top] [All Lists]

Re: [xsl] Supressing entity expansion during XSLT transform

2008-01-11 10:26:49
On 1/11/08, David Carlisle wrote:
The classic way to trap a system that is using regular expressions to do
parsing is just to nest things sufficiently deeply...

<!DOCTYPE x [
<!ENTITY x "x<![CDATA[g]]>">
<!-- ]]> -->
]>
<x/>

I have fixed the problem revealed by this extra test file, new
solution is not uploaded yet.

David is saying : "The classic way to trap a system that is using
regular expressions to do parsing is just to nest things sufficiently
deeply...".

Do you say that it is mission impossible, or that may my REGEX still
needs some fine tuning???

Cheers,
Jesper

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