msxml3: Expose the XML parser SAX callback interface.
authorAdam Martinson <amartinson@codeweavers.com>
Wed, 29 Sep 2010 21:04:38 +0000 (16:04 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 30 Sep 2010 15:51:17 +0000 (17:51 +0200)
commit776a8662f088e75e88284cc0fc8e72d768771a6f
tree313a0eec60ce6de6c1be15581870aa6d02deeec9
parent042ecec8b6bddb617e3a01f534b6e7ca2eb1cba5
msxml3: Expose the XML parser SAX callback interface.

This eliminates a few function calls; libxml will call this indirectly
through the old method.  By writing our own callback functions or
wrapping the default ones we can manipulate the xmlDoc as it's being
parsed, allowing us to match the way msxml parses.
dlls/msxml3/domdoc.c