Project

Profile

Help

Does Saxon resolve URIs in import

Added by Anonymous almost 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.


Replies (1)

RE: Does Saxon resolve URIs in import - Added by Anonymous almost 18 years ago

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/

    (1-1/1)

    Please register to reply