Module: wine
Branch: master
Commit: 16ef649b5fd9f7c42de482f8528b5681fe45b430
URL: http://source.winehq.org/git/wine.git/?a=commit;h=16ef649b5fd9f7c42de482f85…
Author: Nikolay Sivov <nsivov(a)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=16ef649b5fd9f7c42de48…