arabica/include/XPath
jez 53fbf26ff0 Correctly implemented Namespace Nodes.
The XPath data model requires that namespace nodes are associated with an element, and sort ahead of attribute nodes in document order.  Until now, Arabica's namespace node had no parent, or owner document and so was failing these requirements.  The Xalan position111 test case highlights this requirement.
2008-05-28 08:53:21 +00:00
..
impl Correctly implemented Namespace Nodes. 2008-05-28 08:53:21 +00:00
XPath.hpp removed redundant includes 2007-09-11 08:44:00 +00:00