Created
November 21, 2015 18:54
-
-
Save Teino1978-Corp/ad8576ad29048f3856e4 to your computer and use it in GitHub Desktop.
XML
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"?> | |
<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