Created
February 23, 2015 07:50
-
-
Save vajja/dddd83442abdc5e80240 to your computer and use it in GitHub Desktop.
experimenting on xml file parsing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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