Re: RDF not recognized

Axel Hecht <[email protected]> Thu, 04 Aug 2005 10:56:27 +0200
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Pablo wrote:
> Why is it that even this code doesn't works on firefox?
> 
> 
> <?xml version="1.0" encoding="utf-8"?>
> <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-RDF-syntax-ns#">

                       http://www.w3.org/1999/02/22-rdf-syntax-ns#"

That was tricky to find. You uppercased RDF in the namespace.

Wah.

Axel