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
Original issue reported on code.google.com by
bimargul...@gmail.com
on 24 Mar 2011 at 6:46