xsl-list
[Top] [All Lists]

Re: [xsl] XSLT 2.0: Character Output Issue

2007-07-18 09:00:50
Unfortunately, the burden of showing that the output files are essentially
"unchanged" has just increased :(

you could ask saxon8 to output to windows-1252 or cp1252 or whatever
java is calling that encoding today.

David


Sure enough, changing:

<xsl:output name="OutHTML" method="html"/>

to

<xsl:output name="OutHTML" method="html" encoding="windows-1252"/>

in the XSLT2.0 code solves the problem. *AND* -- I just republished with a similar fix to our full XSLT set, and for the first time I have an output file with NO DIFFs!

Time for a celebratory lunch :o)

Thanx David and Justin for your help,

...sam


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--