msxml3: Revert: msxml3: Reuse MXAttributes implementation for SAX reader attributes...
commit16ef649b5fd9f7c42de482f8528b5681fe45b430
authorNikolay Sivov <nsivov@codeweavers.com>
Sun, 17 Jun 2012 12:37:45 +0000 (17 16:37 +0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Jun 2012 09:59:41 +0000 (18 11:59 +0200)
treea7eb5831a39ce389a7353c739044fe8c8b6ad566
parentbb95b706cb5b7022fb56f48222b1034dd133b4b4
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