Skip to content

Instantly share code, notes, and snippets.

@mithro
Last active April 29, 2019 20:47
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 mithro/94ff11701379637990e5b3be16b7f46c to your computer and use it in GitHub Desktop.
Save mithro/94ff11701379637990e5b3be16b7f46c to your computer and use it in GitHub Desktop.

Valid

<models>
  <xi:include href="../common_slice/common_slice.model.xml" xpointer="xpointer(models/child::node())" />
  <model name="blah">
  </model>
</models>

Never valid

<models>
  <model name="a">
    <xi:include href="../common_slice/common_slice.model.xml" xpointer="xpointer(models/child::node())" />
  </model>
  <model name="b">
  </model>
</models>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment