xsl-list
[Top] [All Lists]

RE: Techniques for transforming content like

2003-07-24 13:44:51
-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk]

failing that... several people have posted xsl templates to do a rough
parsing job, or, if you are in a situation where it is supported you
can
do <xsl:value-of disable-output-escaping="yes" select="."/>
which will output the < character in that text node as < so appear tio
a
subsequent parse as the start of an element.

Ok, that worked in my test case (using Xalan 2.4.1).  When you say
"where it is supported", do you mean this isn't a standard feature?


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>