Module: wine Branch: refs/heads/master Commit: ef23ab472934abc87ad41fb9dc8d733c681735f5 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ef23ab472934abc87ad41fb9...
Author: Huw Davies huw@codeweavers.com Date: Wed Jan 18 11:28:34 2006 +0100
msxml: Add attribute node implementation.
---
dlls/msxml3/Makefile.in | 1 dlls/msxml3/attribute.c | 543 +++++++++++++++++++++++++++++++++++++++++++ dlls/msxml3/msxml_private.h | 1 dlls/msxml3/node.c | 3 4 files changed, 548 insertions(+), 0 deletions(-) create mode 100644 dlls/msxml3/attribute.c