xsl-list
[Top] [All Lists]

Re: [xsl] XSLT 2.0: Character Output Issue

2007-07-18 08:36:45
Well, I should have just dug a little deeper in figuring this one out before posting :-)

Our original XSLT has the following meta element output:

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

So changing that to

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

fixes the problem with regards to the display when opened within MS Word. Unfortunately, the burden of showing that the output files are essentially "unchanged" has just increased :(

Cheers,

...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>
--~--