Configuration.setModuleURIResolver broken
Replies (1)
Please register to reply
Added by Anonymous about 19 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.
Legacy ID: #3328118 Legacy Poster: Michael Kay (mhkay)
Thanks - an embarassing gap in my testing! Michael Kay
Please register to reply