Subject:Encoding Option for base64Binary Author:Abhishek Salvi Date:23 Oct 2008 02:13 AM
Hi,
I am having a requirement in which I want to convert the incoming string of values into base64binary format. I am using the following in my XSLT mapping for converting to base64binary:
<xsl:output method="xml" encoding=""/>
Now here I want to know which encoding should i use?
I am using Stylus Studio 2007 Enterprise Suite.