Bug #5643
closedschema pulled over HTTP not accepted by SchemaValidator
100%
Description
It would be good to accept schemas pulled over HTTP.
Reported by user here: https://saxonica.plan.io/boards/4/topics/8918
The register Schema currently accepts the xsd as text and filename. There is no reason why the xsd filename cannot be a over HTTP. Also it should be possible to accept XdmNode object as the xsd.
Updated by Martin Honnen almost 2 years ago
Shouldn't this be fixed for Saxon 12/11.99? The API documentation doesn't mention a fix. This entry also has been dormant so I am not sure whether it just got overlooked or is part of the remaining work planned to be done before the final 12 release.
Updated by O'Neil Delpratt almost 2 years ago
xsd files are accessible over HTTP in SaxonC 12.0
Updated by O'Neil Delpratt almost 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Added to the API XdmNode support for registerSchema for C++, PHP and Python. This will be available in the next maintenance release.
Updated by O'Neil Delpratt over 1 year ago
- Status changed from Resolved to Closed
- Fixed in version set to 12.1
Bug fixed applied in the SaxonC 12.1 maintenance release.
Please register to edit this issue