[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: xhtml output formating problems / passing through

Subject: Re: xhtml output formating problems / passing through pre defined static xhtml
From: "cking" <cking@xxxxxxxxxx>
Date: Fri, 10 Sep 2004 22:46:22 +0200
problems and solved and xhtml
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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.