Re: [xsl] XALAN!!

Subject: Re: [xsl] XALAN!!
From: Peter Davis <pdavis152@xxxxxxxxx>
Date: Sat, 2 Mar 2002 12:38:25 -0800
On Saturday 02 March 2002 09:23, William Rutford wrote:
> i have also declared the encoding in the xsl file which says
> <xsl:output encoding="ISO-8859-1" indent="yes"
> omit-xml-declaration="yes" method="text"/>
> but still it doesnt seem to be working
> can someone help me?

Somebody correct me if I'm wrong, but if omit-xml-declaration="yes", then the 
parser that reads in your outputted XML will think it is UTF-8?  If you want 
it to think it is ISO-8859-1 (which it is), then you have to output the XML 
declaration, because the <?xml version="1.0" encoding="ISO-8859-1"?> is where 
the parser figures out which encoding to use.

My suggestion is to try omit-xml-declaration="no".  See if that works.  Also 
make sure that you have a proper XML declaration in your source XML and your 
stylesheet.

-- 
Peter Davis
Humor in th Court:
Q: Do you drink when you're on duty?
A: I don't drink when I'm on duty, unless I come on duty drunk.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread