xsl-list
[Top] [All Lists]

RE: Re: fo namespace declaration causing problem with included stylesheet

2005-02-22 05:25:30
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(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk>
Sent:     Mon, 21 Feb 2005 12:05:22 GMT
To:       xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • RE: Re: fo namespace declaration causing problem with included stylesheet, cknell <=