< is equivalent to the < character in the logical model of an XML document (i.e. what you see in ie). What output type are you using? Try
<xsl:output method="text"/>
from the XSLT specification.
http://www.w3.org/TR/xslt#section-Text-Output-Method
16.3 Text Output Method
The text output method outputs the result tree by outputting the string-value of every text node in the result tree in document order without any escaping.
Edward Middleton
-----Original Message-----
From: Sai, Mukundan (IE10) [mailto:Sai.Mukundan@xxxxxxxxxxxxx]
Sent: Monday, January 06, 2003 6:03 PM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: how to get < sign in output of an xslt
hi everybody ...
i have an xslt which is outputting a text ...
i want '< ' symbol to appear in the text output ...
when i use < it is outputted as '<' only not as '<' .. only if i view
the ouput in ie do i get '<' symbol .. can anybody tell me how
to get '<' in the text output of an xslt ..
thanks in advance
rgds ..
Mukund
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|