Guest User

Untitled

a guest
Jun 5th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  1. <Root Attr1="Foo" Name="MyName" Attr2="Bar" >
  2.     <Parent1 Name="IS">
  3.         <Child1 Name="Kronos1">
  4.             <GrandChild1 Name="Word_1"/>
  5.             <GrandChild2 Name="Word_2"/>
  6.             <GrandChild3 Name="Word_3"/>
  7.             <GrandChild4 Name="Word_4"/>
  8.         </Child1>
  9.         <Child2 Name="Kronos2">
  10.             <GrandChild1 Name="Word_1"/>
  11.             <GrandChild2 Name="Word_2"/>
  12.             <GrandChild3 Name="Word_3"/>
  13.             <GrandChild4 Name="Word_4"/>
  14.         </Child2>
  15.     </Parent1>
  16. </Root>
Advertisement
Add Comment
Please, Sign In to add comment