Daniel Veillard writes: >> Is the value of the boolval field updated elsewhere >> or is this a problem? > just that boolval is meant to carry an information which >is not what the boolean() value will return.
Yup, I finally clued in that boolval for nodeset/xslttree is a flag to tell xmlXPathFreeObject() to free the contents of the nodeset instead of just the nodeTab. xmlXPathCastNodeSetToBoolean() doesn't use boolval. Thanks, Phil _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] http://mail.gnome.org/mailman/listinfo/xslt
