<?xml version="1.0" encoding="iso-8859-1"?> | |
<!-- | |
Failing (not RDF document) Test case for bug #73. | |
i.e. hp internal bugzilla #73 | |
This file is iso-8859-1 encoded, and is the samne as the companion file. | |
ENTITY eacute CDATA "é" - latin small letter e with acute, | |
U+00E9 ISOlat1 | |
escaped UTF-8 of 'é' is %C3%A9 | |
'ü' in ISO-8859-1 is 0xFC | |
--> | |
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:ég="http://example.org/"> | |
<rdf:Description ég:foo="bür" /> | |
</rdf:RDF> |