| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <?xml-stylesheet type="text/xsl" href="sort-unicode.xsl"?> | |
| 3 <catalog> | |
| 4 <cd> | |
| 5 <title>Brads Title</title> | |
| 6 <artist>B</artist> | |
| 7 <country>USA</country> | |
| 8 <company>Columbia</company> | |
| 9 <price>10.90</price> | |
| 10 <year>1985</year> | |
| 11 </cd> | |
| 12 <cd> | |
| 13 <title>brents Title</title> | |
| 14 <artist>b</artist> | |
| 15 <country>UK</country> | |
| 16 <company>CBS Records</company> | |
| 17 <price>9.90</price> | |
| 18 <year>1988</year> | |
| 19 </cd> | |
| 20 <cd> | |
| 21 <title>Angies Title</title> | |
| 22 <artist>A</artist> | |
| 23 <country>USA</country> | |
| 24 <company>RCA</company> | |
| 25 <price>9.90</price> | |
| 26 <year>1982</year> | |
| 27 </cd> | |
| 28 <cd> | |
| 29 <title>abbies title</title> | |
| 30 <artist>a</artist> | |
| 31 <country>UK</country> | |
| 32 <company>Virgin records</company> | |
| 33 <price>10.20</price> | |
| 34 <year>1990</year> | |
| 35 </cd> | |
| 36 <cd> | |
| 37 <title>ye</title> | |
| 38 <artist>е</artist> | |
| 39 <country>UK</country> | |
| 40 <company>Virgin records</company> | |
| 41 <price>10.20</price> | |
| 42 <year>1990</year> | |
| 43 </cd> | |
| 44 <cd> | |
| 45 <title>yo</title> | |
| 46 <artist>ё</artist> | |
| 47 <country>UK</country> | |
| 48 <company>Virgin records</company> | |
| 49 <price>10.20</price> | |
| 50 <year>1990</year> | |
| 51 </cd> | |
| 52 <cd> | |
| 53 <title>zh</title> | |
| 54 <artist>ж</artist> | |
| 55 <country>UK</country> | |
| 56 <company>Virgin records</company> | |
| 57 <price>10.20</price> | |
| 58 <year>1990</year> | |
| 59 </cd> | |
| 60 </catalog> | |
| OLD | NEW |