Skip to content

Instantly share code, notes, and snippets.

@roulupen
Last active December 26, 2023 06:10
Show Gist options
  • Save roulupen/5954533 to your computer and use it in GitHub Desktop.
Save roulupen/5954533 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="ISO-8859-1"?>
<employees>
<employee department="ENG">
<name id="1">Upendra Roul</title>
<position>Software Developer</author>
<joinyear>2010</joinyear>
<salary>6000</price>
</employee>
<employee category="ENG">
<name id="1">Jay Prakash</title>
<position>Testers</author>
<joinyear>2010</joinyear>
<salary>7000</price>
</employee>
<employee category="HR">
<name id="1">Rekha Sharma</title>
<position>HR</author>
<joinyear>2005</joinyear>
<salary>7000</price>
</employee>
<employee category="HK">
<name id="1">Rohit S</title>
<position>House Keeping</author>
<joinyear>2000</joinyear>
<salary>3000</price>
</employee>
</employees>
@atharva-bhange
Copy link

shouldn't start tag have end tag ?

@minarbabu
Copy link

Upendra Roul Software Developer 2010 6000 Jay Prakash Testers 2010 7000 Rekha Sharma HR 2005 7000 Rohit S House Keeping 2000 3000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment