Nikolay Sivov : msxml3: Revert: msxml3: Reuse MXAttributes implementation for SAX reader attributes reporting.

Alexandre Julliard julliard at winehq.org
Mon Jun 18 15:00:24 CDT 2012


Module: wine
Branch: master
Commit: 16ef649b5fd9f7c42de482f8528b5681fe45b430
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=16ef649b5fd9f7c42de482f8528b5681fe45b430

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Jun 17 16:37:45 2012 +0400

msxml3: Revert: msxml3: Reuse MXAttributes implementation for SAX reader attributes reporting.

This reverts commit c2c8b9e771a1eb80cab4b142a3bc3ed5434a4a47 and adds
a comment for uri reporting feature that some application use, for
example Office 2010.  The problem is that namespace uri pointer should
stay the same and we keep it in element stack for that, MXAttributes
allocates new string for each attribute and won't work as needed
unfortunately.

---

 dlls/msxml3/saxreader.c |  533 ++++++++++++++++++++++++++++++++++-------------
 1 files changed, 391 insertions(+), 142 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=16ef649b5fd9f7c42de482f8528b5681fe45b430



More information about the wine-cvs mailing list