Subject: Re: & and & issue
From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx>
Date: Fri, 18 Feb 2005 20:39:18 -0800 (PST)
|
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.ohana@xxxxxxxxxxxxxx>
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
|