USXSL Encoding

Previous Next

See Also

When using the USXSL component, the output encoding is the one specified in the xsl using the encoding attribute in output element:

<xsl:output version="1.0" encoding="UTF-16"/>

On a non-unicode USoft version, use Windows-1252 encoding for the Apply method.

On a Unicode USoft version, use UTF-16 encoding for the Apply method.

For the Apply2File method, the encoding of the file is the one specified in the xsl. If no encoding is specified, UTF-8 is used.