RE: [xsl] encoding on parameters for document function (using saxon)

Subject: RE: [xsl] encoding on parameters for document function (using saxon)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 11 Oct 2005 23:25:44 +0100
> So I am out of luk with Saxon 6.5.4, I guess.  What puzzles me is that
> it works when I call the same 6.5.4 from within oXygen. 

Saxon 6.5.4 is a different kettle-of-fish entirely (or can-of-worms, if you
prefer). Because Saxon 6.5.4 runs on JDK 1.2 and later, it's not using the
java.net.URI class to do URI validation, but rather the older and more
liberal java.net.URL. If there are variations between one environment and
another, as you suggest, then it's probably because they are using different
versions of the Java VM: I believe that various bugs, which are exploited by
some users as features, have been fixed in this class along its journey.

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

Current Thread