• Adam Martinson's avatar
    msxml3: Expose the XML parser SAX callback interface. · 776a8662
    Adam Martinson authored
    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.
    776a8662
domdoc.c 74.2 KB