- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Sat, 24 May 2008 15:55:12 -0400
- To: RDFa mailing list <public-rdf-in-xhtml-tf@w3.org>
Test Case #101 is incorrect, the SPARQL doesn't preserve the correct
namespaces. Corrected below:
-----------------------------------------------------------------------
ASK WHERE {
<http://www.example.org>
<http://example.org/rdf/example>
"Du texte ici en <strong xmlns=\"http://www.w3.org/1999/xhtml\"
xmlns:dc=\"http://purl.org/dc/elements/1.1/\"
xmlns:ex=\"http://example.org/rdf/\"
xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"
xmlns:svg=\"http://www.w3.org/2000/svg\" xml:lang=\"fr\">gras</strong>
et un rectangle en svg: <svg:svg xmlns=\"http://www.w3.org/1999/xhtml\"
xmlns:dc=\"http://purl.org/dc/elements/1.1/\"
xmlns:ex=\"http://example.org/rdf/\"
xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"
xmlns:svg=\"http://www.w3.org/2000/svg\" xml:lang=\"fr\"><svg:rect
svg:width=\"200\" svg:height=\"100\"></svg:rect></svg:svg>" .
}
-----------------------------------------------------------------------
-- manu
--
Manu Sporny
President/CEO - Digital Bazaar, Inc.
blog: DB Launches Medical Record Sales Service with Shepherd Medical
http://blog.digitalbazaar.com/2008/02/24/health2trade/
Received on Saturday, 24 May 2008 19:55:51 UTC