blob: d57649b896df162a799f820e4229ba6a651b752e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ex="http://example.org/ns/">
<!-- rdf:li is not a legal property attribute -->
<rdf:Description rdf:about="http://example.org/node0"
rdf:li="blah">
</rdf:Description>
</rdf:RDF>
|