RE: Re: [xsl] fo namespace declaration causing problem with included stylesheet

Subject: RE: Re: [xsl] fo namespace declaration causing problem with included stylesheet
From: cknell@xxxxxxxxxx
Date: Tue, 22 Feb 2005 07:25:30 -0500
Thanks. 

I had fiddled with the settings on my editor a few weeks back when I was unable to get Tomcat to transform a document. It seems the parser included won't work with UTF-8 files and I had to set my editor to ASCII mode for a time. The stylesheet's ancestor must have been created at that time.
-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     David Carlisle <davidc@xxxxxxxxx>
Sent:     Mon, 21 Feb 2005 12:05:22 GMT
To:       xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  Re: [xsl] fo namespace declaration causing problem with included stylesheet


I don't think that the fo declaration is related to your problem other
than the fact that if you take it out your stylesheet is not
namespace-well-formed so does not compile, so processing stops there
before trying to parse the input, which masks an error in the input.

The parser is telling you that it was expecting a utf8 file as input but
that the incoming bytes can't be decoded as utf8. The most likely reason
is that that is true:-) Without seeing your input file, hard to guess
what is wrong.

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread