Are catalogs used by <?oxygen RNGSchema=...?> ?

Hi, I use <?oxygen RNGSchema="http://.../d/...rnc" type="compact"?> to associate an RNG compact schema to an XML document. The schema is actually cached on my machine, and the relevant catalog is added to the catalog list in the oXygen options: <rewriteURI uriStartString="http://.../d/" rewritePrefix="file:///Users/.../schemas/"/> but if I cut the Internet wire, the validation fails because oXygen cannot access the schema over HTTP. Are catalogs used to validate through this PI? If they are, did I make something wrong? Regards, -- Florent Georges http://www.fgeorges.org/

Hi Florent, Try a system rewrite instead of an URI rewrite. Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Florent Georges wrote:
Hi,
I use <?oxygen RNGSchema="http://.../d/...rnc" type="compact"?> to associate an RNG compact schema to an XML document. The schema is actually cached on my machine, and the relevant catalog is added to the catalog list in the oXygen options:
<rewriteURI uriStartString="http://.../d/" rewritePrefix="file:///Users/.../schemas/"/>
but if I cut the Internet wire, the validation fails because oXygen cannot access the schema over HTTP.
Are catalogs used to validate through this PI? If they are, did I make something wrong?
Regards,

George Cristian Bina wrote:
Try a system rewrite instead of an URI rewrite.
I can't imagine why I didn't think about that. That was even not Friday :-o Of course, that's the answer. Thanks George! -- Florent Georges http://www.fgeorges.org/
participants (2)
-
Florent Georges
-
George Cristian Bina