source: Dev/trunk/src/client/dojox/highlight/tests/example-xml-data.xml @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 345 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<assets>
3        <equity>
4                <symbol>AGU</symbol>
5                <name>Agrium Inc.</name>
6                <currency>USD</currency>
7                <high>64.06</high>
8                <low>62.79</low>
9        </equity>
10        <equity>
11                <symbol>STM-FP</symbol>
12                <name>STMicroelectronics N.V.</name>
13                <currency>EUR</currency>
14                <high>6.92</high>
15                <low>7.2</low>
16        </equity>
17</assets>
Note: See TracBrowser for help on using the repository browser.