From 56b1aff5517b2eb6362d6347c2ac64c53a15edd3 Mon Sep 17 00:00:00 2001 From: jez <> Date: Tue, 1 Aug 2006 20:34:34 +0000 Subject: [PATCH] --- XPath/impl/xpath_parser.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/XPath/impl/xpath_parser.hpp b/XPath/impl/xpath_parser.hpp index e2bf92a7..624b445f 100644 --- a/XPath/impl/xpath_parser.hpp +++ b/XPath/impl/xpath_parser.hpp @@ -127,6 +127,7 @@ private: ast = (this->*parser)(xpath); if(!ast.full) throw SyntaxException(string_adaptor::asStdString(xpath)); + //XPath::dump(ast.trees.begin(), 0); impl::CompilationContext context(*this, getNamespaceContext(), getFunctionResolver()); return XPathExpressionPtr(compile_with_factory(ast.trees.begin(), context, factory));