summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/ex-55.rdf
blob: ac05844a0bcbd9c19ba140abe4ecfccc42d80024 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
   <!ENTITY foo 'abc'>
   <!ENTITY bar 'def'>
]>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about="http://example.org/resource"
        rdf:value="&foo;">
     <rdf:value>&bar;</rdf:value>
  </rdf:Description>
</rdf:RDF>