Re: [xsl] Supressing entity expansion during XSLT transform

Subject: Re: [xsl] Supressing entity expansion during XSLT transform
From: "Jesper Tverskov" <jesper@xxxxxxxxxxx>
Date: Fri, 11 Jan 2008 18:26:16 +0100
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

Current Thread