Skip to content

Instantly share code, notes, and snippets.

@vajja
Created February 23, 2015 07:50
Show Gist options
  • Select an option

  • Save vajja/dddd83442abdc5e80240 to your computer and use it in GitHub Desktop.

Select an option

Save vajja/dddd83442abdc5e80240 to your computer and use it in GitHub Desktop.
experimenting on xml file parsing
<employees>
<employee id="111">
<firstName>Rakesh</firstName>
<lastName>Mishra</lastName>
<location>Bangalore</location>
</employee>
<employee id="112">
<firstName>John</firstName>
<lastName>Davis</lastName>
<location>Chennai</location>
</employee>
<employee id="113">
<firstName>Rajesh</firstName>
<lastName>Sharma</lastName>
<location>Pune</location>
</employee>
</employees>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment