Subject: HTML in xsl:variable
From: Richard von Keyserling <rvonkeys@xxxxxxxxx>
Date: Wed, 13 Feb 2002 11:19:43 -0800 (PST)
|
I'm looking for a way to often used html code
fragments in xsl variables. if i use the html code as
text i must escape the brackets -- which I can't seem
to get back, upon transformation (using
disable-output-escaping="no" doesn't change the
reference back to the entitiy, more over it escapes
other chars like double quotes).
I tried making it a node and callint the variable
"string($var)" to no avail.
I am now just using named templates to contain html
fragments, but i would like to know if there is a way
using xsl:variable
=====
--
Richard von Keyserling
201.838.5751
--
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|