nss: upgrade to release 3.73
[LibreOffice.git] / sc / qa / unit / data / dataprovider / xml / test1.xml
blob03ba28288825b3d6ac83526348fb3ce030f9796f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bookstore>
3   <book>
4     <title>1</title>
5     <author>test1</author>
6   </book>
7   <book>
8     <title>2</title>
9     <author>test2</author>
10   </book>
11     <book>
12     <title>3</title>
13     <author>test3</author>
14   </book>
15     <book>
16     <title>4</title>
17     <author>test4</author>
18   </book>
19 </bookstore>