Actions
Bug #3664
closed.NET API design: new Processor(Stream) does not allow a base URI
Start date:
2018-02-06
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.8, 9.9
Fix Committed on Branch:
9.9
Fixed in Maintenance Release:
Platforms:
Description
In the .NET API, a configuration file can be supplied when initializing a Processor using the constructor new Processor(Stream).
But this does not allow a base URI to be supplied, so references to other files, such as packages and schemas, cannot be resolved.
The Java equivalent supplies a Source object, which contains a SystemId that acts as a base URI.
Raised by T. Hata at https://saxonica.plan.io/boards/3/topics/7124
Updated by O'Neil Delpratt about 6 years ago
- Description updated (diff)
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Fix Committed on Branch 9.9 added
Bug fixed on the 9.9 branch
Updated by O'Neil Delpratt about 6 years ago
- Applies to branch 9.9 added
- Applies to branch deleted (
trunk)
Updated by O'Neil Delpratt almost 6 years ago
- Fixed in Maintenance Release 9.9.1.1 added
Bug fix applied to the Saxon 9.9.1.1 maintenance release.
Updated by O'Neil Delpratt almost 6 years ago
- Status changed from Resolved to Closed
Please register to edit this issue
Actions