29 Oct
2010
29 Oct
'10
3:58 p.m.
Module: wine Branch: master Commit: 77b7323b4f92ab2acc2048ea7cd1dec7b43cc760 URL: http://source.winehq.org/git/wine.git/?a=commit;h=77b7323b4f92ab2acc2048ea7c... Author: Adam Martinson <amartinson(a)codeweavers.com> Date: Thu Oct 28 20:14:58 2010 -0500 msxml3: Fix XSLPattern namespace handling. --- dlls/msxml3/queryresult.c | 6 +- dlls/msxml3/tests/domdoc.c | 45 +++++++---------- dlls/msxml3/xslpattern.h | 2 + dlls/msxml3/xslpattern.l | 3 +- dlls/msxml3/xslpattern.y | 116 ++++++++++++++++++++++++++------------------ 5 files changed, 93 insertions(+), 79 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=77b7323b4f92ab2acc2048...