
Hello, Oxygen creates a URI resolver from the XML catalogs added in Preferences -> XML -> XML Catalog and sets the resolver to the processors Saxon, Xalan, xsltproc. OASIS 1.1 catalogs are supported. The URIs used in xsl:include and xsl:import are resolved with uri entries of the catalogs. You can find in the User Manual that XML catalogs are used for mapping the system ID, the public ID or the URI of a resource: http://www.oxygenxml.com/doc/ug-oxygen/using-XML-Catalogs.html http://www.oxygenxml.com/doc/ug-oxygen/preferences-xml.html#preferences-xml-... Regards, Sorin Eliot Kimber wrote:
I'm finding myself in the situation where I want to edit style sheets that will, ultimately, use custom URIs to point to resources. For editing on the file system it would be easiest if I could use an XML catalog to map my private URIs to the files on my file system so the same reference will work as developed and as deployed.
Is that possible today? I didn't see anything likely in the help or searching on URI resolver in the mailing list archives.
Thanks,
Eliot