Module: wine Branch: master Commit: 02066602b63dfef4989f530335160795a35f55bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=02066602b63dfef4989f530335...
Author: Nikolay Sivov bunglehead@gmail.com Date: Tue Feb 16 01:52:15 2010 +0300
msxml3: Implement ::replaceData() for Text, Comment and CDATA nodes.
---
dlls/msxml3/cdata.c | 13 +++- dlls/msxml3/comment.c | 13 +++- dlls/msxml3/tests/domdoc.c | 213 ++++++++++++++++++++++++++++++++++++++++++++ dlls/msxml3/text.c | 13 +++- 4 files changed, 246 insertions(+), 6 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=02066602b63dfef4989f53...