Skip to content

Instantly share code, notes, and snippets.

@cbmgit
Created March 8, 2023 07:03
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 cbmgit/3239955eb6e7ec313732aedaf9dde27b to your computer and use it in GitHub Desktop.
Save cbmgit/3239955eb6e7ec313732aedaf9dde27b to your computer and use it in GitHub Desktop.
<root>
<node1>
<B>text</B>
<A>another_text</A>
<C>one_more_text</C>
</node1>
<node3>
<C>one_more_text</C>
<B>text</B>
<A>another_text</A>
</node3>
<node2>
<C>one_more_text</C>
<B>text</B>
<A>another_text</A>
</node2>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment