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

  <!-- check XML CDATA sections work -->

  <rdf:Description rdf:about="http://example.org/node0">
     <ex:prop><![CDATA[value]]></ex:prop>
  </rdf:Description>
</rdf:RDF>