Page 1 of 1

How does Oxygen resolve URIs

Posted: Mon Nov 21, 2011 6:59 pm
by Samah
When running XSLT transforms, What does Oxygen use to resolve URIs?
I have a transform that a request that needs basic authentication, when I run it in Oxygen it resolves the URI. But when I run the same transform through Saxon, the URI doesn't get resolved.

Re: How does Oxygen resolve URIs

Posted: Tue Nov 22, 2011 12:31 pm
by Radu
Hi,

Could you provide more details? Do you want to use Saxon 6 or 9?
What do you mean by resolve URIs? Are you referring to catalog support? Or are there references to remote resources like HTTP for which Oxygen shows an authentication dialog and the XSLT processor run from the command line does not?

Oxygen uses Saxon 6 and 9 directly by calling their Java API.
Oxygen sets the catalogs configured by the user on the SAX Parsers created by Saxon to parse the files.
It's best that you look at the command line arguments documentation for the version of Saxon which you are trying to use.

Regards,
Radu