This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: XALAN!!


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]