Project

Profile

Help

Bug #3664

closed

.NET API design: new Processor(Stream) does not allow a base URI

Added by Michael Kay over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
.NET API
Sprint/Milestone:
-
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

Please register to edit this issue

Also available in: Atom PDF