f93c5d96ba67f80b499cecf588794a81d6da52eb
[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         <empty xsi:nil="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
6         <description>
7             Uses mind-reading technology to anticipate and accommodate
8             all user needs in Python development.  Implements all
9             <html:code xmlns:html="http://www.w3.org/1999/xhtml">from __future__ import</html:code> features though
10             the year 3000.  Works well with <code>1166</code>.
11         </description>
12     </product>
13     <p:product id="1166">
14         <p:name>XSLT Perfect IDE</p:name>
15         <p:description>
16             <p:code>red</p:code>
17             <html:code xmlns:html="http://www.w3.org/1999/xhtml">blue</html:code>
18             <html:div xmlns:html="http://www.w3.org/1999/xhtml">
19                 <ref xmlns:xl="http://www.w3.org/1999/xlink" xl:type="simple" xl:href="index.xml">A link</ref>
20             </html:div>
21         </p:description>
22     </p:product>
23 </products>