Greetings,
I have an issue where I need to have XSLT uri decode some data
when it converts an XML file to HTML. I have a java application which
reads records from a database and writes the integer and String data
out to an xml file as attributes which is later transformed using XSLT into HTML.
The XSLT transform complained unless the string data was encoded
using the java.net.URLEncoder class first. However, I cannot figure
out a way to have the encoded data decoded on the fly as the HTML
is generated.
Any ideas?
Thanks,
Eric