blob: 42ff3a3a5b0a8fb9fdeaee761a8faec073b64cec (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="ASCII"?>
<mixed:mixedStockQuote xmlns:mixed="http://www.example.com/mixed">
<symbol>fbnt</symbol>
<companyName>FlyByNightTechnology</companyName>
some text
<quotes><price>2000.0</price></quotes>
more text
<price>1000.0</price>
</mixed:mixedStockQuote>
|