On Thu, Dec 22, 2005 at 02:24:40PM +0100, Lars Weber wrote: > Greetings, > > does anyone know what could be the reason for xmllint outputting > > test.rdf:8: parser warning : xmlns: URI &foo; is not absolute > <foo xmlns="&foo;" > ^ > > when confronted with the following document > > <?xml version="1.0"?> > > <!DOCTYPE foo [ > <!ENTITY foo "http://foo.org/"> > <!ENTITY bar "http://bar.org/"> > ]> > > <foo xmlns="&foo;" > xmlns:bar="&bar;"> > > </foo> > > ? > > When I exchange the entity reference &foo; with http://foo.org/ I don't > get the above warning.
bugzilla this, this should not happen. But in general using entities for namespace values is of poor taste. Daniel -- Daniel Veillard | Red Hat http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
