Version 2.0.0
[xmlmerge.git] / tests / 0011.loop.ref.xml
blob044200961fecb58dff37bf27c49ba6bf8663226d
1 <?xml version='1.0' encoding='utf-8'?>
2 <Test>
3   <Outer>
4     <mycounter>0</mycounter>
5     <chars>abc</chars>
6   </Outer>
7   <Outer>
8     <mycounter>1</mycounter>
9     <chars>abc</chars>
10   </Outer>
11   <Outer>
12     <mycounter>2</mycounter>
13     <chars>abc</chars>
14   </Outer>
15   <Outer>
16     <mycounter>3</mycounter>
17     <chars>abc</chars>
18   </Outer>
19   <Outer>
20     <mycounter>4</mycounter>
21     <chars>abc</chars>
22   </Outer>
23   <Outer>
24     <mycounter>5</mycounter>
25     <chars>abc</chars>
26   </Outer>
27   <Outer>
28     <mycounter>6</mycounter>
29     <chars>abc</chars>
30   </Outer>
31   <Outer>
32     <mycounter>7</mycounter>
33     <chars>abc</chars>
34   </Outer>
35   <Outer>
36     <mycounter>8</mycounter>
37     <chars>abc</chars>
38   </Outer>
39   <Outer>
40     <mycounter>9</mycounter>
41     <chars>abc</chars>
42   </Outer>
43 </Test>