Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Created November 21, 2015 18:54
Show Gist options
  • Save Teino1978-Corp/ad8576ad29048f3856e4 to your computer and use it in GitHub Desktop.
Save Teino1978-Corp/ad8576ad29048f3856e4 to your computer and use it in GitHub Desktop.
XML
<?xml version="1.0" encoding="UTF-8"?>
<computerstore>
<catalogcomputers id="1">
<computer id="1">
<title>Computer1</title>
<type>Desktop</type>
<amount>10</amount>
</computer>
<computer id="2">
<title>Computer2</title>
<type>Laptop</type>
<amount>20</amount>
</computer>
<computer id="3">
<title>Computer3</title>
<type>Tablet</type>
<amount>30</amount>
</computer>
</catalogcomputers>
</computerstore>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment