Skip to content

Instantly share code, notes, and snippets.

@langdonsystems
Created June 14, 2019 08:52
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 langdonsystems/fc48ca6087711ca4a9ea856223140234 to your computer and use it in GitHub Desktop.
Save langdonsystems/fc48ca6087711ca4a9ea856223140234 to your computer and use it in GitHub Desktop.
test.xml
<ROOT>
<C1 Id="id1">
<ENV Id="E1">E1</ENV>
<ENV Id="E2">E2</ENV>
<ENV Id="E3">E3</ENV>
<D1>D1</D1>
<P1>
<S1>S1</S1>
<M1>M1</M1>
<M2>M2</M2>
</P1>
</C1>
<C2 Id="id2">
<ENV Id="E1">E1</ENV>
<ENV Id="E2">E2</ENV>
<ENV Id="E3">E3</ENV>
<D1>D1</D1>
<W1>W1</W1>
</C2>
<C3 Id="id3">
<ENV Id="E1">E1</ENV>
<ENV Id="E2">E2</ENV>
<ENV Id="E3">E3</ENV>
<D1>D1</D1>
</C3>
<C4 Id="id4">
<ENV Id="E1">E1</ENV>
<ENV Id="E2">E2</ENV>
<ENV Id="E3">E3</ENV>
<D1>D1</D1>
</C4>
</ROOT>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment