blob: 723d7bb8914131473e76ffdec8ca722063b6f693 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="ASCII"?>
<mixed:mixedStockQuote
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:mixed="http://www.example.com/mixed"
xsi:type="mixed:MixedQuote">
<symbol>fbnt</symbol>
<companyName>FlyByNightTechnology</companyName>
some text
<quotes><price>2000.0</price></quotes>
more text
<price>1000.0</price>
</mixed:mixedStockQuote>
|