blob: a56f2fe2b7a2f53c895550c4c337d904fd654d8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="ASCII"?>
<simple:stockQuote xmlns:simple="http://www.example.com/simple">
<symbol>fbnt</symbol>
<companyName>FlyByNightTechnology</companyName>
<price>1000.0</price>
<open1>1000.0</open1>
<high>1000.0</high>
<low>1000.0</low>
<volume>1000.0</volume>
<change1>1000.0</change1>
</simple:stockQuote>
|