Bing! Thanks for the cluestick. The XSL stylesheet had <?xml ..encoding="iso-8859-1"?> at the top, but I had nothing in the encoding="" attribute of <xsl:output .../>
Duh. Thanks, -=Chris In the last exciting episode of Das Internet, Michael Kroell sent forth the following words of wisdom: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > >>> Now, here's what I don't understand. All of my XSP and XSL pages have >>> their encoding set to iso-8859-1 via the encoding attribute. I have >>> no idea where to go from here. > > do you mean > <?xml version="1.0" encoding="iso-8859-1"?> > or > <xsl:output method="xml" encoding="iso-8859-1"/> > ? > > The default xsl:output encoding, and with it the charset header sent > along, is utf-8. AxKit takes the value of the xsl:output encoding > attribute for the charset header, so setting that should do it in your > case. > > michael > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
