RE: [xsl] Encoding problem or what else?

Subject: RE: [xsl] Encoding problem or what else?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 8 Dec 2005 08:38:19 -0000
> But you can use Saxon with a different XML parser.

More specifically, I think that it should work if:

(a) you use the default parser included with JDK 1.5, or

(b) you use JDK 1.4 and put the latest Xerces parser on your classpath,
invoking it in place of the Crimson parser that comes as the default parser
in JDK 1.4.

> 
> Michael Kay
> http://www.saxonica.com/

Current Thread