Created
July 30, 2017 06:31
-
-
Save jimmibond/8b75d0afcf249601174f1f504664072a to your computer and use it in GitHub Desktop.
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
<?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