Does Saxon resolve URIs in import
Replies (1)
Please register to reply
Added by Anonymous over 18 years ago
Legacy ID: #3817726 Legacy Poster: Yunus (yaswat)
I want to use a catalog file to resolve any URIs specified in an xsl:import. Is this possible with Saxon?. As I understand using -r option from the shell while invoking saxon will use the CatalogResolver. Yunus.
Legacy ID: #3817844 Legacy Poster: Michael Kay (mhkay)
You can use the -r option to nominate any user-written or third-party URIResolver. It's often used to nominate a URIResolver that accesses a catalog, as described at http://xml.apache.org/commons/components/resolver/resolver-article.html Michael Kay http://www.saxonica.com/
Please register to reply