Skip to content

Instantly share code, notes, and snippets.

@mh-github
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save mh-github/548aa9eb07aeb6ace08e to your computer and use it in GitHub Desktop.

Select an option

Save mh-github/548aa9eb07aeb6ace08e to your computer and use it in GitHub Desktop.
<persons xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="family.xsd">
<person>
<full_name>Hege Refsnes</full_name>
<child_name>Cecilie</child_name>
</person>
<person>
<full_name>Tove Refsnes</full_name>
<child_name>Hege</child_name>
<child_name>Stale</child_name>
<child_name>Jim</child_name>
<child_name>Borge</child_name>
</person>
<person>
<full_name>Stale Refsnes</full_name>
</person>
</persons>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment