1<?xml version="1.0" encoding="utf-8"?>
2<salesdata att1="foo" att2="bar">
3  <year att1="foo" att2="bar">
4    <year att1="foo" att2="bar">1997</year>
5	<region att3="baz" att4="quux">
6	  <name att1="foo" att2="bar" att3="baz" att4="quux">west</name>
7      <sales att1="foo" att2="bar" att3="baz" att4="quux">32</sales>
8    </region>
9	<region att3="baz" att4="quux">
10	  <name att1="foo" att2="bar" att3="baz" att4="quux">central</name>
11      <sales att1="foo" att2="bar" att3="baz" att4="quux">11</sales>
12    </region>
13	<region att3="baz" att4="quux">
14	  <name att1="foo" att2="bar" att3="baz" att4="quux">east</name>
15      <sales att1="foo" att2="bar" att3="baz" att4="quux">19</sales>
16    </region>
17  </year>
18  <year att1="foo" att2="bar">
19    <year att1="foo" att2="bar">1998</year>
20	<region att3="baz" att4="quux">
21	  <name att1="foo" att2="bar" att3="baz" att4="quux">west</name>
22      <sales att1="foo" att2="bar" att3="baz" att4="quux">35</sales>
23    </region>
24	<region att3="baz" att4="quux">
25	  <name att1="foo" att2="bar" att3="baz" att4="quux">central</name>
26      <sales att1="foo" att2="bar" att3="baz" att4="quux">12</sales>
27    </region>
28	<region att3="baz" att4="quux">
29	  <name att1="foo" att2="bar" att3="baz" att4="quux">east</name>
30      <sales att1="foo" att2="bar" att3="baz" att4="quux">25</sales>
31    </region>
32  </year>
33  <year att1="foo" att2="bar">
34    <year att1="foo" att2="bar">1999</year>
35	<region att3="baz" att4="quux">
36	  <name att1="foo" att2="bar" att3="baz" att4="quux">west</name>
37      <sales att1="foo" att2="bar" att3="baz" att4="quux">36</sales>
38    </region>
39	<region att3="baz" att4="quux">
40	  <name att1="foo" att2="bar" att3="baz" att4="quux">central</name>
41      <sales att1="foo" att2="bar" att3="baz" att4="quux">12</sales>
42    </region>
43	<region att3="baz" att4="quux">
44	  <name att1="foo" att2="bar" att3="baz" att4="quux">east</name>
45      <sales att1="foo" att2="bar" att3="baz" att4="quux">31</sales>
46    </region>
47  </year>
48  <year att1="foo" att2="bar">
49    <year att1="foo" att2="bar">2000</year>
50	<region att3="baz" att4="quux">
51	  <name att1="foo" att2="bar" att3="baz" att4="quux">west</name>
52      <sales att1="foo" att2="bar" att3="baz" att4="quux">37</sales>
53    </region>
54	<region att3="baz" att4="quux">
55	  <name att1="foo" att2="bar" att3="baz" att4="quux">central</name>
56      <sales att1="foo" att2="bar" att3="baz" att4="quux">11</sales>
57    </region>
58	<region att3="baz" att4="quux">
59	  <name att1="foo" att2="bar" att3="baz" att4="quux">east</name>
60      <sales att1="foo" att2="bar" att3="baz" att4="quux">40</sales>
61    </region>
62  </year>
63</salesdata>
64