tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / sax / qa / data / nestedns.xml
blob566332b40acebc40b2d7234e9a78c28c65c9f358
1 <?xml version="1.0" ?>
2 <?pi-target pi-data?>
3 <Elements>
4     <Book xmlns:lib="http://www.library.com/">
5         <lib:Title>Sherlock Holmes - I</lib:Title>
6         <lib:Author>Arthur Conan Doyle</lib:Author>
7         <purchase xmlns:lib="http://www.otherlibrary.com/">
8             <lib:Title>Sherlock Holmes - II</lib:Title>
9             <lib:Author>Arthur Conan Doyle</lib:Author>
10         </purchase>
11         <lib:Title>Sherlock Holmes - III</lib:Title>
12         <lib:Author>Arthur Conan Doyle</lib:Author>
13     </Book>
14     <Electronics xmlns="http://doesntexist.com/electronics/">
15         <item>
16             <Name>Apple iPhone 6s</Name>
17             <?pi-target-only?>
18             <Price>$324</Price>
19         </item>
20         <item xmlns="http://doesntexist.com/dailyuse/">
21             <Name>Philips Aqua Touch Shaver</Name>
22             <item xmlns="http://doesntexist.com/dailyuse/model/">
23                 <Model>AT890</Model>
24                 <Price>$74</Price>
25             </item>
26         </item>
27         <item>
28             <Name>Macbook Pro</Name>
29             <Price>$500</Price>
30         </item>
31     </Electronics>
32 </Elements>