Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created November 3, 2019 04:49
Show Gist options
  • Select an option

  • Save afaqk9394/41dadd6702c188c3044df6d9dbfcc020 to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/41dadd6702c188c3044df6d9dbfcc020 to your computer and use it in GitHub Desktop.
Compare Data Formats
<?xml version="1.0" encoding="UTF-8"?>
<root>
<persons>
<element>
<gender>male</gender>
<name>Jeff Bezos</name>
</element>
<element>
<gender>male</gender>
<name>Elon Musk</name>
</element>
<element>
<gender>female</gender>
<name>Jessica Alba</name>
</element>
</persons>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment