summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/bad-23.rdf
blob: d4beb8f5ab9b5c45e814f802436e0864427908e4 (plain)
1
2
3
4
5
6
7
8
9
10
<rdf:RDF
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:ex="http://example.org/ns/">

  <!-- cannot have both a nodeElement content and property attributes -->

   <rdf:Description>
     <ex:pred rdf:value="bar"><rdf:Description/></ex:pred>
   </rdf:Description>
</rdf:RDF>