Skip to content

Instantly share code, notes, and snippets.

@jimmibond
Created July 30, 2017 06:31
Show Gist options
  • Save jimmibond/8b75d0afcf249601174f1f504664072a to your computer and use it in GitHub Desktop.
Save jimmibond/8b75d0afcf249601174f1f504664072a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<employees>
<employee>
<id>1</id>
<firstName>Leonardo</firstName>
<lastName>DiCaprio</lastName>
</employee>
<employee>
<id>2</id>
<firstName>Johnny</firstName>
<lastName>Depp</lastName>
</employee>
<employee>
<id>3</id>
<firstName>Tom</firstName>
<lastName>Cruise</lastName>
</employee>
</employees>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment