Project

Profile

Help

Bug #3664

Updated by O'Neil Delpratt over 5 years ago

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 
 

Back