Version 9.4 (2011-12-09) | |
ยป | Version 9.3 (2010-10-30) |
Version 9.2 (2009-08-05) | |
Version 9.1 (2008-07-02) | |
Version 9.0 (2007-11-03) | |
Version 9.4 (2011-12-09) | |
ยป | Version 9.3 (2010-10-30) |
Version 9.2 (2009-08-05) | |
Version 9.1 (2008-07-02) | |
Version 9.0 (2007-11-03) | |
Erratum XQ.E34 is implemented. This affects what can appear after a "/" at the start
of an expression. Certain constructs that can appear at the start
of a relative path expression are now recognized, when they were previously rejected
as errors: for example /element{a}{b}
or /
or /unordered{x}
. Some other constructs that were previously accepted are now rejected, for example
/ instance of document-node()
(this
must now be written (/) instance of document-node()
).
In XQuery 1.0 and XQuery 1.1, the pragmas saxon:stream
and saxon:validate-type
are now ignored (with a warning) if running
Saxon-HE or Saxon-PE. Previously they caused a static error.