Skip to content

Instantly share code, notes, and snippets.

@vadz
Created April 7, 2015 17:41
Show Gist options
  • Save vadz/8581aa5745fd07b6b810 to your computer and use it in GitHub Desktop.
Save vadz/8581aa5745fd07b6b810 to your computer and use it in GitHub Desktop.
Example XML catalog file mapping XRC schema to a local file.
<?xml version="1.0"?>
<!DOCTYPE catalog
PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<uri name="http://www.wxwidgets.org/wxxrc" uri="file:///$WXWIN/misc/schema/xrc_schema.rnc"/>
</catalog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment