Subject: RE: xsl element with mark of exclamation
From: Helena Ginzburg <helena@xxxxxxxxxxx>
Date: Wed, 3 Oct 2001 11:05:44 +0200
|
My XSLT processor don't support disable-output-escaping...
-----Original Message-----
From: Jarno.Elovirta@xxxxxxxxx [mailto:Jarno.Elovirta@xxxxxxxxx]
Sent: Wed, October 03, 2001 10:45 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: xsl element with mark of exclamation
> Sorry,
> I don't need html output : <!NameFunction="Save">
> I need html output : <!NameFunction="Save">
> it's a problem.
With disable-output-escaping the < and > characters are not escaped, thus
resulting in <!NameFunction="Save"> being output. That should work as long
as your engine support disable-output-escaping. Then again,
<!NameFunction="Save"> is not HTML...
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|