I think if output method is xml, and you write
<xsl:text>&</xsl:text> in XSLT, it will be fine..
or you can just write & (without xsl:text).
But if output method is text, and you write
<xsl:text>&</xsl:text> or & in XSLT , the
output will be &.
Regards,
Mukul
--- Charles Ohana <charles(_dot_)ohana(_at_)buongiorno(_dot_)com>
wrote:
Hello all,
After processing my xml file I get some output witth
"&" instead of "&"
Any idea how to get around it.
I'm sorry, I know the same question keeps coming.
__________________________________
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--