-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvalid.xml
80 lines (79 loc) · 2.48 KB
/
invalid.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
<?xml version="1.0"?>
<Workbook>
<Worksheet>
<Table>
<Row>
<Data>Symbol</Data>
<Data>Name</Data>
<Data>LastSale</Data>
<Data>Sector</Data>
<Data>Industry</Data>
<Data>HomePage</Data>
<Data>Logo</Data>
</Row>
<Row>
<Symbol>MSFT</Data>
<Name>Microsoft</Name>
<LastSale>47.65</LastSale>
<Sector>Technology</Sector>
<Industry>Computer Software: Prepackaged Software</Industry>
<HomePage>http://www.microsoft.com/</HomePage>
<Logo>http://cs-server.usc.edu:45678/hw/hw4/logomicrosoft.png</Logo>
</Row>
<Row>
<Symbol>MMM</Symbol>
<Name>3M Company</Name>
<LastSale>166.87</LastSale>
<Sector>Health Care</Sector>
<Industry>Medical/Dental Instruments</Industry>
<HomePage>http://www.3m.com/</HomePage>
<Logo>http://cs-server.usc.edu:45678/hw/hw4/logo3m.jpg</Logo>
</Row>
<Row>
<Symbol>WBAI</Symbol>
<Name>500.com Limited</Name>
<LastSale>19.51</LastSale>
<Sector>Consumer Services</Sector>
<Industry>Services-Misc. Amusement & Recreation</Industry>
<HomePage>http://www.500.com/</HomePage>
<Logo>http://cs-server.usc.edu:45678/hw/hw4/logo500com.jpg</Logo>
</Row>
<Row>
<Symbol>AHC</Symbol>
<Name>A.H. Belo Corporation</Name>
<LastSale>13.12</LastSale>
<Sector>Consumer Services</Sector>
<Industry>Newspapers/Magazines</Industry>
<HomePage>http://www.ahbelo.com/</HomePage>
<Logo>http://cs-server.usc.edu:45678/hw/hw4/logoahbelo.jpg</Logo>
</Row>
<Row>
<Symbol>AAC</Symbol>
<Name>AAC Holdings, Inc.</Name>
<LastSale>29.50</LastSale>
<Sector>Health Care</Sector>
<Industry>Medical Specialities</Industry>
<HomePage>http://americanaddictioncenters.org/</HomePage>
<Logo>http://cs-server.usc.edu:45678/hw/hw4/logoaacholdings.jpg</Logo>
</Row>
<Row>
<Symbol>AIR</Symbol>
<Name>AAR Corp.</Name>
<LastSale>28.30</LastSale>
<Sector>Capital Goods</Sector>
<Industry>Aerospace</Industry>
<HomePage>http://www.aarcorp.com/</HomePage>
<Logo>http://cs-server.usc.edu:45678/hw/hw4/logoaar.png</Logo>
</Row>
<Row>
<Symbol>INTC</Symbol>
<Name>Intel Corp</Name>
<LastSale>37.35</LastSale>
<Sector>Technology</Sector>
<Industry>Computer Industry</Industry>
<HomePage>http://www.intel.com/</HomePage>
<Logo>http://cs-server.usc.edu:45678/hw/hw4/logointel.png</Logo>
</Row>
</Table>
</Worksheet>
</Workbook>