New KeyResolver/Validator/Encrypter/Decrypter classes.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / data / ComplexXMLObject.xml
index 4cb5799..3951644 100644 (file)
@@ -1,27 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <products>
-    <product id="1144"
-        xmlns="http://example.com/product-info"
-        xmlns:html="http://www.w3.org/1999/xhtml"
-        >
+    <product id="1144" xmlns="http://example.com/product-info">
         <name xml:lang="en">Python Perfect IDE</name>
         <description>
             Uses mind-reading technology to anticipate and accommodate
             all user needs in Python development.  Implements all
-            <html:code>from __future__ import</html:code> features though
+            <html:code xmlns:html="http://www.w3.org/1999/xhtml">from __future__ import</html:code> features though
             the year 3000.  Works well with <code>1166</code>.
         </description>
     </product>
     <p:product id="1166" xmlns:p="http://example.com/product-info">
         <p:name>XSLT Perfect IDE</p:name>
-        <p:description
-            xmlns:html="http://www.w3.org/1999/xhtml"
-            xmlns:xl="http://www.w3.org/1999/xlink"
-            >
+        <p:description>
             <p:code>red</p:code>
-            <html:code>blue</html:code>
-            <html:div>
-                <ref xl:type="simple" xl:href="index.xml">A link</ref>
+            <html:code xmlns:html="http://www.w3.org/1999/xhtml">blue</html:code>
+            <html:div xmlns:html="http://www.w3.org/1999/xhtml">
+                <ref xmlns:xl="http://www.w3.org/1999/xlink" xl:type="simple" xl:href="index.xml">A link</ref>
             </html:div>
         </p:description>
     </p:product>