Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created January 26, 2022 03:10
Show Gist options
  • Save esenthil2018/86b5b6f9d0b2e9e6451d174619fba94a to your computer and use it in GitHub Desktop.
Save esenthil2018/86b5b6f9d0b2e9e6451d174619fba94a to your computer and use it in GitHub Desktop.
<Cars>
<BMW>
<mph>120</mph>
<price>50000</price>
<electric>No</electric>
</BMW>
</Cars>
<Cars>
<Tesla>
<mph>110</mph>
<price>45000</price>
<electric>Yes</electric>
</Tesla>
</Cars>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment