This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xsl element with mark of exclamation


My XSLT processor don't support disable-output-escaping...

-----Original Message-----
From: Jarno.Elovirta@nokia.com [mailto:Jarno.Elovirta@nokia.com]
Sent: Wed, October 03, 2001 10:45 AM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]