I cannot persuade XXE to find my RelaxNG schema where I want to store it. I access the same source from several different hosts so I want to use local catalogs to resolve the location.
I have the location in my config file: <relaxng location="myschema.rng" .../> Does this resolve via any XML Catalogs in force? I have tried all these elements in my catalog but to no avail: <public publicId="NAME FROM RELAXNG ELEMENT" uri="my/local/location"/> <system systemId="myschema.rng" uri="my/local/location"/> <uri name="myschema.rng" uri="my/local/location"/> These work for my DTDs but I cannot get them to do so for Relax schemas. Thanks, Philip

