Guest User

Untitled

a guest
Jan 12th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. How to parse XML file in Android [closed]
  2. <employees>
  3. <employee id="111" name="Rupam" department="Development" type="Permanent" email="rupam@gmail.com"/>
  4. <employee id="222" name="Siva" department="DB" type="Permanent" email="siva@gmail.com"/>
  5.  
  6. <employee id="333" name="Jimmy" department="Testing" type="Contract" email="jimmy@gmail.com"/>
  7. </employees>
Add Comment
Please, Sign In to add comment