Sorry, I should've been more clear. The error itself is from the W3C validator. While the pages are declared as being ISO-8859-1 in both the xsp/xml/xsl source as well as in the meta tags (<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />), the output from Apache/AxKit still has the Content-Type header set to UTF-8.
All XSP/XSL pages are declared as encoding="ISO-8859-1", and the pages are physically the ANSI code set w/ Unix line feeds. The base flow of the site is: XSP page -> Global Stylesheet (LibXSLT) -> to_xhtml styleshet (LibXSLT) and out the door. In the last exciting episode of Das Internet, Piers Harding sent forth the following words of wisdom: > > Hmm - this is very strange - are you sure that the AxKit is producing > this error, as I just grep'ed all the source code for it, and I couldn't > find it? What other things are using - an XSLT processor etc. ? > > Cheers. > > > On Sun, Oct 06, 2002 at 11:36:17AM -0400, Christopher H. Laco wrote: >> Well, it made sense, but it doesn't change anything. >> >> I added this to httpd.conf: >> >> AxTranslateOutput On >> AxOutputCharset ISO-8859-1 >> >> killed apache, cleared the cache directory, and restarted apache. Same >> result as before... >> >> --- >> * Warning: Character Encoding mismatch! The character encoding >> specified in the HTTP header (�utf-8�) is different from the one >> specified in the META element (�iso-8859-1�). I will use �utf-8� for >> this validation. >> --- >> >> So clearly , the solution is to change everything to declare UTF-8 >> instead :-) >> >> >> >> In the last exciting episode of Das Internet, Christopher H. Laco sent >> forth the following words of wisdom: >> > I'll bet money that is exactly the problem. Although, this sorta >> makes me ask; doesn't this make the process of specifying encoding >> in all the xml/xsl docs pointless? >> > >> > In case anyone is curious... http://today.icantfocus.com/ >> > It's not much yet, but it's built entirely in AxKit. >> > >> > -=Chris >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] -- /^Mic(ro|key)(shaft|slothe|suck): Wh(ere|at|o) Do You Want To (BSOD|Extend|Extinguish|Overcharge|Purchase) Today?$/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
