CVSROOT:        /cvs/gnome
Module name:    libxml2
Changes by:     kbuchcik        06/01/05 07:30:43

Modified files:
        .              : ChangeLog pattern.c xpath.c 
        include/libxml : pattern.h 

Log message:
* pattern.c xpath.c include/libxml/pattern.h:
Fixed bug #322928 [http://bugzilla.gnome.org/show_bug.cgi?id=322928], reported 
by Erich Schubert: The bug was
in pattern.c, which is used for a tiny subset of xpath
expression which can be evaluated in an optimized way.
The doc-node was never considered when evaluating "//"
expressions. Additionally, we fixed resolution
to nodes of any type in pattern.c; i.e. a "//." didn't work
yet, as it did select only element-nodes. Due to this
issue the pushing of nodes in xpath.c needed to be adjusted
as well.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=libxml2&who=kbuchcik&date=explicit&mindate=2006-01-05%2007:29&maxdate=2006-01-05%2007:31

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to