4cb57993c2ad45e775625b4b1d14a0523746bd96
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / data / ComplexXMLObject.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <products>
3     <product id="1144"
4         xmlns="http://example.com/product-info"
5         xmlns:html="http://www.w3.org/1999/xhtml"
6         >
7         <name xml:lang="en">Python Perfect IDE</name>
8         <description>
9             Uses mind-reading technology to anticipate and accommodate
10             all user needs in Python development.  Implements all
11             <html:code>from __future__ import</html:code> features though
12             the year 3000.  Works well with <code>1166</code>.
13         </description>
14     </product>
15     <p:product id="1166" xmlns:p="http://example.com/product-info">
16         <p:name>XSLT Perfect IDE</p:name>
17         <p:description
18             xmlns:html="http://www.w3.org/1999/xhtml"
19             xmlns:xl="http://www.w3.org/1999/xlink"
20             >
21             <p:code>red</p:code>
22             <html:code>blue</html:code>
23             <html:div>
24                 <ref xl:type="simple" xl:href="index.xml">A link</ref>
25             </html:div>
26         </p:description>
27     </p:product>
28 </products>