Bug #5643
closed

schema 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 about 1 month 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 17 days ago
xsd files are accessible over HTTP in SaxonC 12.0
Updated by O'Neil Delpratt 17 days 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.
Please register to edit this issue