Skip to content

Instantly share code, notes, and snippets.

@goldhat
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldhat/f2cd0e817376d6bcdf16 to your computer and use it in GitHub Desktop.
Save goldhat/f2cd0e817376d6bcdf16 to your computer and use it in GitHub Desktop.
Catalog Import XML Format
<razor>
<catalogs>
<catalog>
<name>Catalog One</name>
<path>/catalog-one</path>
</catalog>
<catalog>
<name>Catalog Two</name>
<path>/catalog-one/catalog-two</path>
</catalog>
</catalogs>
<catalog>
<name>Catalog Three</name>
<path>/catalog-one/catalog-three</path>
</catalog>
</catalogs>
</razor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment