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!!




William Rutford wrote:

> 
> hi
> i have a problem with the charecter set.
> the xml i am dealing with has got lot of swedish letters and other 
> letters from other language.its causing lot of problems when i am tryin 
> to apply transformations using xalan and saxon. actually those problems 
> are not faced when i test with XML SPY or Xslerator. I reckon probably 
> the Charecter settings for the XML SPY IDE is configured to accept ISO 
> Charecter set. Is there a way to configure
> the Charecter settings in xalan so that it produces the output properly
> 
> 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


do you also declare the encoding in your xml document?

(<?xml version="1.0" encoding="ISO-8859-1" ?>)




 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]