brand-zz / jing-trang

Automatically exported from code.google.com/p/jing-trang
Other
0 stars 0 forks source link

Need catalog support for trang? #139

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I started with an XSD file that included:

   <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd" />

I used an xslt transform from elsewhere on this site -:) to make an rng. Now 
I've got:

<rng:include href="http://www.w3.org/2001/xml.rng" 
ns="http://www.w3.org/XML/1998/namespace"/>

So, now I want an rnc. I've converted xml.xsd to an rng, but I don't see how to 
tell trang to use a catalog to use my local copy. I could manually edit the 
file to point to my local copy for now.

Original issue reported on code.google.com by bimargul...@gmail.com on 24 Mar 2011 at 6:46