- From: Sean B. Palmer <sean@miscoranda.com>
 - Date: Mon, 29 Oct 2007 19:46:27 +0000
 - To: "Yosi Scharf" <syosi@mit.edu>
 - Cc: public-cwm-bugs@w3.org
 
On 10/14/07, Yosi Scharf <syosi@mit.edu> wrote:
> I've reproduced, and fixed the bug. The test is (as given)
> http://www.w3.org/2000/10/swap/test/xml-syntax/detailed.tests#xmllit010 .
Thanks, but this hasn't been fixed properly yet. The cvs cwm gives the
following output for the same test file now:
<rdf:RDF xmlns="http://example.org/#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <rdf:Description rdf:about="http://example.org/#p">
        <q rdf:parseType="Literal"><p>...</p>
        </q>
    </rdf:Description>
</rdf:RDF>
Note that the <p> element is in the "http://example.org/#" namespace,
whereas in the input file it isn't in any namespace thanks to the
xmlns="" attribute.
> [second part of the bug]
> I can't reproduce in latest cvs. That may already be fixed.
Confirmed; thanks!
-- 
Sean B. Palmer, http://inamidst.com/sbp/
Received on Monday, 29 October 2007 19:46:38 UTC