Bug #621
closedMETA-INF file for XPath wrong
0%
Description
SourceForge user: pierfumagalli
The format of
META-INF/services/javax.xml.xpath.XPathFactory is wrong
in the default distribution of Saxon. JAXP-1.3 requires
this file to be a properties file (in contrast to all
other JAXP META-INF services files).
I succeded in using JAXP-1.3 to load the XPathFactory
by replacing the contents of the file with the attached
META-INF file.
Files
Updated by Anonymous over 19 years ago
SourceForge user: mhkay
Logged In: YES
user_id=251681
Thanks for pointing this out, it seems to be an error in my
build script where I was picking up the wrong version of the
file.
In future, please raise bug reports via the saxon-help list
or forum, so that people browsing the bugs list know that
they are only looking at confirmed bugs.
Updated by Anonymous over 19 years ago
SourceForge user: mhkay
Logged In: YES
user_id=251681
Superseded by
https://sourceforge.net/tracker/?func=add&group_id=29872&atid=397617
which provides a corrected file also for saxon8sa.jar
Please register to edit this issue