Created
February 10, 2020 17:17
-
-
Save joefromct/74331515bb63f7afa5437b8c11e0493e to your computer and use it in GitHub Desktop.
This file contains 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"?> | |
<CATALOG> | |
<CD> | |
<TITLE>Empire Burlesque</TITLE> | |
<ARTIST>Bob Dylan</ARTIST> | |
<COUNTRY>USA</COUNTRY> | |
<COUNTRY>UK</COUNTRY> | |
<COMPANY>Columbia</COMPANY> | |
<PRICE>10.90</PRICE> | |
<YEAR>1985</YEAR> | |
</CD> | |
<CD> | |
<TITLE>Hide your heart</TITLE> | |
<ARTIST>Bonnie Tyler</ARTIST> | |
<COUNTRY>UK</COUNTRY> | |
<COMPANY>CBS Records</COMPANY> | |
<PRICE>9.90</PRICE> | |
<YEAR>1988</YEAR> | |
</CD> | |
<CD> | |
<TITLE>Greatest Hits</TITLE> | |
<ARTIST>Dolly Parton</ARTIST> | |
<COUNTRY>USA</COUNTRY> | |
<COMPANY>RCA</COMPANY> | |
<PRICE>9.90</PRICE> | |
<YEAR>1982</YEAR> | |
</CD> | |
<CD> | |
<TITLE>Still got the blues</TITLE> | |
<ARTIST>Gary Moore</ARTIST> | |
<COUNTRY>UK</COUNTRY> | |
<COMPANY>Virgin records</COMPANY> | |
<PRICE>10.20</PRICE> | |
<YEAR>1990</YEAR> | |
</CD> | |
</CATALOG> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment