[xml] Re: Bug#2022: libxml throws away attribute namespaces

Date view Thread view Subject view Author view

From: Daniel Veillard (Daniel.Veillard@w3.org)
Date: Sun Aug 29 1999 - 17:31:38 EDT


On Mon, Aug 30, 1999 at 12:00:09AM +0800, James Henstridge wrote:
> Package: gnome-xml
> Version: 1.5.0
>
> When using the DOM interface of libxml, it throws away namespace prefixes
> on element attributes.
>
> As an example, if we have an element like:
> <sometag ns:attr="Hello"> ...
>
> Then xmlGetProp(node, "ns:attr") will fail while xmlGetProp(node, "attr")
> will succeed. Taking a quick look in SAX.c, it does not look like libxml
> actually stores attribute namespaces anywhere.

  I commited a new version in the CVS bases, it include the necessary
changes to support namespaces on attributes, better validation, support
for IDs, improvements on XPath, lots of cleanup.
  I have put this version 1.6 at:
    ftp://rpmfind.net/pub/veillard/

  Sources and RPMs,

Daniel

-- 
Daniel.Veillard@w3.org | W3C, INRIA Rhone-Alpes  | Today's Bookmarks :
Tel : +33 476 615 257  | 655, avenue de l'Europe | Linux, WWW, rpmfind,
Fax : +33 476 615 207  | 38330 Montbonnot FRANCE | rpm2html, XML,
http://www.w3.org/People/W3Cpeople.html#Veillard | badminton, and Kaffe.
----
Message from the list xml@rufus.w3.org
Archived at : http://rufus.w3.org/veillard/XML/messages
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rufus.w3.org


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Aug 02 2000 - 12:29:45 EDT