Project

Profile

Help

Configuration.setModuleURIResolver broken

Added by Anonymous over 18 years ago

Legacy ID: #3327872 Legacy Poster: coojam (coojam)

In saxon8 it can never work - the code reads: if (obj instanceof ModuleURIResolver) { setModuleURIResolver((ModuleURIResolver)obj); } throw new DynamicError("Class " + className + " is not a ModuleURIResolver"); so it always throws an exception.


Replies (1)

RE: Configuration.setModuleURIResolver broken - Added by Anonymous over 18 years ago

Legacy ID: #3328118 Legacy Poster: Michael Kay (mhkay)

Thanks - an embarassing gap in my testing! Michael Kay

    (1-1/1)

    Please register to reply