<root xmlns="http://xmlns.example.net/composite-document-format/">
 <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
   <title>Evil XML: Compound documents with unknown root namespaces</title>
  </head>
  <body>
   <p>This document has embedded RDF metadata. You should not be able
   to see it.</p>
  </body>
 </html>
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:dc="http://purl.org/dc/elements/1.1/">
  <Description rdf:about=""
               dc:creator="Ian Hickson"
               dc:title="Evil XML: Compound documents with unknown root namespaces"
               dc:date="2002-07-10">
  </Description>
 </RDF> 
</root>

