How does Oxygen resolve URIs

Questions about XML that are not covered by the other forums should go here.
Samah
Posts: 1
Joined: Mon Nov 21, 2011 6:51 pm

How does Oxygen resolve URIs

Post 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.
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: How does Oxygen resolve URIs

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply