You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Kommu Ramakanth <kr...@kidata.de> on 2000/07/26 12:58:11 UTC

problem with attribute copy

Hello all
I am newbie using the XSL and Xalan for XSLT. 
Input : <img
src="http://myhome/image1.gif?uid=20&amp;tid=12ab&amp;cat=8796"/>
Output : <img
src="http://myhome/image1.gif?uid=20&#&;tid=12ab&#&;cat=8796"/>
with any kind of attribute manipulation in xslt (even xsl:copy).

can u help me why output is coming like this and how do i avoid it?

Thanks & regards
krk