Mikołaj Zalewski : msxml3: Improve the XPath queries handling.
Module: wine Branch: master Commit: e1cbec75c1383ef605d91c2c36841c360eb3cba3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e1cbec75c1383ef605d91c2c36... Author: Mikołaj Zalewski <mikolaj(a)zalewski.pl> Date: Fri May 11 17:03:13 2007 +0200 msxml3: Improve the XPath queries handling. --- dlls/msxml3/Makefile.in | 1 + dlls/msxml3/domdoc.c | 15 ++- dlls/msxml3/msxml_private.h | 5 +- dlls/msxml3/node.c | 33 +---- dlls/msxml3/nodelist.c | 227 ++++---------------------------- dlls/msxml3/queryresult.c | 292 +++++++++++++++++++++++++++++++++++++++++ dlls/msxml3/tests/Makefile.in | 2 +- dlls/msxml3/tests/domdoc.c | 250 +++++++++++++++++++++++++++++++++++ 8 files changed, 584 insertions(+), 241 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e1cbec75c1383ef605d91c...
participants (1)
-
Alexandre Julliard