[Mono-list] Xpath in mono
Piers Haken
piersh@friskit.com
Sun, 23 Jun 2002 22:50:00 -0700
Hi guys,
I've just checked in a bunch of new stuff to support Xpath in mono. Most
of it is internal support classes, but there are new implementations of
the following methods:
XmlNode.SelectSingleNode
XmlNode.SelectNodes
XPathNavigator.Evaluate
XPathNavigator.Select
There are still bugs and some gaps in the code (IEEE754 numeric
conversions/operations, comparisons between two nodesets, some
unimplemented XPath functions) but most of the w3c spec should be
supported, including namespaces, predicates, functions and and axes.
Have at it!
Piers.
Ps. Does anyone know of any good XPath conformance test suites ;-)