- From: KANZAKI Masahide <mkanzaki@gmail.com>
- Date: Thu, 26 Feb 2009 10:58:58 +0900
- To: "public-rdf-in-xhtml-tf.w3.org" <public-rdf-in-xhtml-tf@w3.org>
Hello, Firefox, Safari and Chrome report parsing error with an RDFa document which: - has some HTML character entities (e.g. ü etc) - declares XHTML+RDFa 1.0 DOCTYPE - delivered as application/xhtml+xml probably because XHTML+RDFa DTD doesn't include HTML character entity module (xhtml-charent-1.mod) . XHTML 1.1 DTD driver also lacks this module, but curiously, its flat DTD includes this. (These browsers don't complain with XHTML 1.1 DTD declaration that has the driver URI, though. Maybe they have built in flat DTD for quick processing) I'm afraid this might cause some confusions when users try to convert existing documents to RDFa. Hope this will be checked and fixed. best, -- @prefix : <http://www.kanzaki.com/ns/sig#> . <> :from [:name "KANZAKI Masahide"; :nick "masaka"; :email "mkanzaki@gmail.com"].
Received on Thursday, 26 February 2009 01:59:34 UTC