ISO-TC211 / XML

XML schema, transforms, schematron rules, and examples for ISO TC211 Metadata Standards
46 stars 26 forks source link

Testing relative paths #59

Closed tedhabermann closed 9 years ago

tedhabermann commented 9 years ago

<import namespace="http://standards.iso.org/19139/gco/1.0/2014-12-25" schemaLocation="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/gco/gco.xsd"/>

to

<import namespace="http://standards.iso.org/19139/gco/1.0/2014-12-25" schemaLocation="../../../../../standards.iso.org/19139/gco/1.0/2014-12-25/gco.xsd"/>

Where gml is imported we need gmw instead...

<import namespace="http://standards.iso.org/19139/gmw/1.0/2014-12-25" schemaLocation="../../../../19139/gmw/1.0/2014-12-25/gmw.xsd"/>

xmlns:gmw="http://www.isotc211.org/2014/gmw" needs to be xmlns:gmw="http://standards.iso.org/19139/gmw/1.0/2014-12-25"