On Sun, Feb 02, 2003 at 03:11:53PM +0100, Martin van den Bemt wrote:
> The problem is that it is not about a compliant way to do this, since I
> can have any entity I define myself in my target xml (based on the DTD).
> The problem is that the one that parses to the new xml file supports
> everything that could end up as valid xml in the target. 
> Thats why I think there should be an addition to the current xml (or
> other) taglib, so we can support those outputs correctly, so we don't
> have to assume the xml that is doing the parsing also needs to conform
> to the target dtd.
> Hope you get my point ;)
> 
> Mvgr,
> Martin
>  

If it is inevitable that you need to do that, then

<xsl:text disable-output-escaping="yes">&copy;</xsl:text>

should work, but don't know if it was available from jsl. (And this works only
if you write a text node, not in an attribute node.)

incze

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to