[PATCH 1/2] msxml3: expose the XML parser SAX callback interface

Adam Martinson amartinson at codeweavers.com
Wed Sep 29 16:04:38 CDT 2010


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 |   59 
++++++++++++++++++++++++++++++++++++-------------
  1 files changed, 43 insertions(+), 16 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msxml3-expose-the-XML-parser-SAX-callback-interface.patch
Type: text/x-patch
Size: 4114 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100929/d8d15109/attachment-0001.bin>


More information about the wine-patches mailing list