Re: [xsl] XSLT 2.0: Character Output Issue

Subject: Re: [xsl] XSLT 2.0: Character Output Issue
From: "Sam Byland" <shbyland@xxxxxxxxxxx>
Date: Wed, 18 Jul 2007 11:36:24 -0400
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

Current Thread