From kde-commits Wed May 31 23:47:41 2006 From: Frans Englich Date: Wed, 31 May 2006 23:47:41 +0000 To: kde-commits Subject: kdenonbeta/kdom/xpath Message-Id: <1149119261.934053.11815.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114911927217371 SVN commit 547153 by englich: Properly handle the optional 'Validate' feature. Should fix all 'validate' tests in the XQTS. M +11 -7 expr/Validate.cpp M +8 -1 expr/Validate.h M +1 -1 kxqts/tests/CustomCatalogBaseline.xml M +324 -327 parser/XPathParser.cpp M +3 -3 parser/XPathParser.h M +3037 -2925 parser/XPathParser.output M +13 -18 parser/XPathParser.ypp M +3 -3 parser/XQueryTokenizer.cpp