Hi,
I have a following XML :
<nm:document>
<nm:link
href="javascript:openPopup("e;/link.html","Tips",100,100,"yes",
0,0,0,0,0,0)"/>
</nm:document>
The jsp uses xtags library to read this XML as :
<a href="<xtags:valueOf
select="/nm:document/nm:link/@href"/>">
The output is coming as :
<a
href="javascript:openPopup("link.html,kbsearchtips,400,400,yes,0,0,0,0,0,0)
>
See how most of the " were not taked care of and
its broken because of this. I tried to use
<xtags:copyOf > and also encompassing with
<xtags:output method="html"> around it but nothing
worked. Please help!
Thanks,
-Ashish
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25�
http://photos.yahoo.com/ph/print_splash
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]