|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xhtml output formating problems / passing through
Hi Dominic,
Your xml input:
http://www.zeitdesigner.de/xslt/full_sigml.xml
begins like this:
<?xml version="1.0" encoding="UTF-8"?>
<artikel>
<paragraph>
<spoken>Hamburg f|r Gehvrlose</spoken>
<sigml>
The file is definitely not UTF-8 encoded.
('|' in f|r is presented with one byte xFC)
I guess the actual encoding is "iso-8859-1".
If you open the file directly in IE6, it won't even display,
but apparently your XSLT processor doesn't complain
and generates something (however not totally correct,
as it seems)
I think, if you want your problems solved, first thing is
to fix your input file and see what happens then? Try:
<?xml version="1.0" encoding="iso-8859-1"?>
Probably, some similar issues remain in your xslt file
as well (already reported by a number of list members):
xsl:output, xmlns, HTML doctype, etc
HTH,
Anton Triest
|
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
|

Cart








