diff options
Diffstat (limited to 'tests/rdfa/0215.xml')
-rw-r--r-- | tests/rdfa/0215.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/rdfa/0215.xml b/tests/rdfa/0215.xml new file mode 100644 index 0000000..a9b8f8d --- /dev/null +++ b/tests/rdfa/0215.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" +xmlns:air="http://www.daml.org/2001/10/html/airport-ont#" +xmlns:bio="http://vocab.org/bio/0.1/" +xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#" +xmlns:dc="http://purl.org/dc/terms/" +xmlns:foaf="http://xmlns.com/foaf/0.1/" +xmlns:ical="http://www.w3.org/2002/12/cal/icaltzd#" +xmlns:owl="http://www.w3.org/2002/07/owl#" +xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" +xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" +xmlns:rel="http://vocab.org/relationship/" +xmlns:openid="http://xmlns.openid.net/auth#" +xmlns:rss="http://web.resource.org/rss/1.0/" +xmlns:sioc="http://rdfs.org/sioc/ns#" +xmlns:xsd="http://www.w3.org/2001/XMLSchema#" +xmlns:google="http://rdf.data-vocabulary.org/#" +xmlns:rsa="http://www.w3.org/ns/auth/rsa#" +xmlns:cert="http://www.w3.org/ns/auth/cert#" +xmlns:wot="http://xmlns.com/wot/0.1/"> +<head> + <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> +</head> +<body> + <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties + in the html element, ie, when the content sniffing to find out the character encoding may not work --> + <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p> +</body> +</html>
\ No newline at end of file |