[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: ISO-8859-1
At 11:56 AM 5/27/1999 +0200, Bovone Stefano wrote: >If I have a XML document like this: > ><?xml version="1.0" encoding="ISO-8859-1"?> >.... ><text>Perché non funziona?</text> >.... > >and I process it using a XSL formatter, why in the output is the character >"é" converted in ‚ ? > >How could I do to have at the output of the process XML + XSL ---> XML >again the character "é" instead of ‚ ? It depends not only on the encoding declaration, but also on the namespace of the result tree and what tool you're using to generate the result tree. For instance, I think James Clark's xt makes automatic conversions like this whenever you use it to transform XML into [X]HTML, i.e. use the [X]HTML namespace for the result tree. This actually makes sense for that namespace. I don't know, but would assume (hope?) that if you're using some other namespace for the result tree, one which xt doesn't know about, it would pass the é through unchanged. If you're using some other transforming agent, like Microsoft's, perhaps they're using the same kind of "intelligent" guesswork (just too intelligent for its own good! :). ============================================================= John E. Simpson | It's no disgrace t'be poor, simpson@xxxxxxxxxxx | but it might as well be. | -- "Kin" Hubbard XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|