Hi,
Am converting HTML to XML using XSLT. The html contains custom nodes with attribute value as:
Code:
<custom attr1="/////wAFAAAAAQAAAAAAAABqAAU" />
When I perform XSLT over this, the attribute value becomes
"Extended latin set BExtended latin set B/wAFAAAAAQAAAAAAAABqAAU="
Why XALAN is converting attribute value starting with "/////"?
How can I prevent this from happening?
Thanks,
Kapil