Guys,
Currently VXQuery runs through the 19425 tests in the XQuery Test Suite and returns correct results on 10540 tests.
One of the tests (Expressions/Construct/DirectConElem/DirectConElemContent/Constr-cont-document-3.xq) takes forever to finish. The runtime plan for this query is a bunch of nested loops that iterate for a long time. Some optimization is needed here.
Vinayak
