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