This will end up using whatever XSL processor that JAXP is configured to use.
This implementation may be suitable for use in Eclipse, but not in the runtime or the cli tools, or unit tests.
202203204205206207208209210211212213
protected ODOMEditorContext createODOMEditorContext(String rootElementName, final IFile file) { ODOMEditorContext context = null; try { final JAXPTransformerMetaFactory transformerMetaFactory = new JAXPTransformerMetaFactory(); MDPRArchiveAccessor archiveAccessor = new MDPRArchiveAccessor(file.getLocation().toOSString(), transformerMetaFactory); boolean ok = true;