xsl-list
[Top] [All Lists]

Re: & and & issue

2005-02-18 21:39:18
I think if output method is xml, and you write
<xsl:text>&amp;</xsl:text> in XSLT, it will be fine..
or you can just write &amp; (without xsl:text).

But if output method is text, and you write
<xsl:text>&amp;</xsl:text> or &amp; 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 "&amp;"
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>
--~--



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