Patch #1407
closedSupport for more inputs for the S9API's XQueryCompiler
0%
Description
SourceForge user: core
The current version (9.0.0.5) of the XQueryCompiler class only provides a compile(String) method. This is not helpful if the XQuery source is on the disk, or on the net, or someplace else. The proposed patch exposes two more input methods.
(Note, that I hadn't actually compiled this, so there may be some typos.)
Files
Updated by Anonymous over 16 years ago
SourceForge user: nobody
Logged In: NO
Please note that Saxon 9.1 (currently in prerelease as 9.0.9.3) provides compile() methods allowing the query to be supplied as a string, a File, an InputStream, or a Reader.
Updated by Anonymous over 16 years ago
SourceForge user: core
Logged In: YES
user_id=718
Originator: YES
Great! I checked out in the latest SVN, but this version is probably in some branch.
Updated by Anonymous over 16 years ago
SourceForge user: nobody
Logged In: NO
Saxon 9.0.9.3 isn't yet checked into SVN, it's available on the www.saxonica.com site, see
http://markmail.org/message/pn4ll3r6kz7mqros
I'd really recommend that anyone playing with the Saxon source code should join the saxon-help mailing list so you don't miss announcements like this.
Updated by Michael Kay over 11 years ago
- Status changed from New to Closed
Closed. Superseded; equivalent facilities are now in the standard product.
Please register to edit this issue