Skip to content

Instantly share code, notes, and snippets.

@msaraiva
Created February 26, 2014 11:24
Show Gist options
  • Save msaraiva/9227844 to your computer and use it in GitHub Desktop.
Save msaraiva/9227844 to your computer and use it in GitHub Desktop.
<parents>
<parent>
<id>1</id>
<name>Parent 1</name>
<children>
<child>
<id>1</id>
<name>Child 1</name>
</child>
<child>
<id>2</id>
<name>Child 2</name>
<children>
<child>
<id>5</id>
<name>Child 5</name>
</child>
<child>
<id>6</id>
<name>Child 6</name>
</child>
<child>
<id>7</id>
<name>Child 7</name>
</child>
<child>
<id>8</id>
<name>Child 8</name>
</child>
</children>
</child>
</children>
</parent>
<parent>
<id>2</id>
<name>Parent 2</name>
</parent>
<parent>
<id>3</id>
<name>Parent 3</name>
<children>
<child>
<id>4</id>
<name>Child 4</name>
</child>
<child>
<id>5</id>
<name>Child 5</name>
</child>
</children>
</parent>
</parents>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment