Skip to content

Instantly share code, notes, and snippets.

@Pavneet-Sing
Created September 1, 2020 20:40
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 Pavneet-Sing/d0f3324f2cd3244a6ac8ffc5e8550102 to your computer and use it in GitHub Desktop.
Save Pavneet-Sing/d0f3324f2cd3244a6ac8ffc5e8550102 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<person>
<fname>Pavneet</fname> <!--first name-->
<lname>Singh</lname> <!--last name-->
<contacts>
<personal>
<phone>12345678900</phone>
</personal>
</contacts>
</person>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment