-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.xml
86 lines (86 loc) · 2.14 KB
/
output.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type='text/xsl' href='SimpleNSTest.xsl'?><html>
<head/>
<body>
<catalog>
<author>
<name>Corets, Eva</name>
<book>
<title>Oberon's Legacy</title>
<purchased>14</purchased>
</book>
<book>
<title>The Sundered Grail</title>
<purchased>75</purchased>
</book>
</author>
<author>
<name>Galos, Mike</name>
<book>
<title>Visual Studio 7: A Comprehensive Guide</title>
<purchased>25</purchased>
</book>
</author>
<author>
<name>Gambardella, Matthew</name>
<book>
<title>XML Developer's Guide</title>
<purchased>4</purchased>
</book>
</author>
<author>
<name>Garcia, Debra</name>
<book>
<title>Maeve Ascendant</title>
<purchased>32</purchased>
</book>
</author>
<author>
<name>Garghentini, Davide</name>
<book>
<title>Midnight Rain</title>
<purchased>134</purchased>
</book>
</author>
<author>
<name>Knorr, Stefan</name>
<book>
<title>Creepy Crawlies</title>
<purchased>63</purchased>
</book>
</author>
<author>
<name>Kress, Peter</name>
<book>
<title>Paradox Lost</title>
<purchased>16</purchased>
</book>
</author>
<author>
<name>O'Brien, Tim</name>
<book>
<title>Microsoft .NET: The Programming Bible</title>
<purchased>35</purchased>
</book>
<book>
<title>MSXML3: A Comprehensive Guide</title>
<purchased>53</purchased>
</book>
</author>
<author>
<name>Randall, Cynthia</name>
<book>
<title>Lover Birds</title>
<purchased>22</purchased>
</book>
</author>
<author>
<name>Thurman, Paula</name>
<book>
<title>Splish Splash</title>
<purchased>76</purchased>
</book>
</author>
</catalog>
</body>
</html>