Sweden-Number/dlls/msxml3
Adam Martinson 776a8662f0 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.
2010-09-30 17:51:17 +02:00
..
tests msxml3/httprequest: Implement IXMLHttpRequest::setRequestHeader(). 2010-09-29 11:25:01 +02:00
Makefile.in makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
attribute.c msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations. 2010-09-13 10:59:02 -05:00
bsc.c msxml3: Add IXMLDOMDocument3 stub support. 2010-08-30 11:28:17 +02:00
cdata.c msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations. 2010-09-13 10:59:02 -05:00
comment.c msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations. 2010-09-13 10:59:02 -05:00
dispex.c msxml3: Add IXMLDOMDocument3 stub support. 2010-08-30 11:28:17 +02:00
docfrag.c msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations. 2010-09-13 10:59:02 -05:00
domdoc.c msxml3: Expose the XML parser SAX callback interface. 2010-09-30 17:51:17 +02:00
domimpl.c msxml3: Add IXMLDOMDocument3 stub support. 2010-08-30 11:28:17 +02:00
element.c msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations. 2010-09-13 10:59:02 -05:00
entityref.c msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations. 2010-09-13 10:59:02 -05:00
factory.c msxml3: Properly set default value for SelectionLanguage property. 2010-09-14 09:42:56 -05:00
httprequest.c msxml3/httprequest: Implement IXMLHttpRequest::setRequestHeader(). 2010-09-29 11:25:01 +02:00
main.c msxml3: Add IXMLDOMDocument3 stub support. 2010-08-30 11:28:17 +02:00
msxml3.spec
msxml3_v1.idl
msxml_private.h msxml3: Properly set default value for SelectionLanguage property. 2010-09-14 09:42:56 -05:00
node.c msxml3: Fix ::selectSingleNode() behaviour on invalid arguments. 2010-09-18 13:03:26 +02:00
nodelist.c msxml3: Add IXMLDOMDocument3 stub support. 2010-08-30 11:28:17 +02:00
nodemap.c msxml3/domdoc: Implement IXMLDOMNamedNodeMap::removeQualifiedItem(). 2010-09-07 11:31:39 +02:00
parseerror.c msxml3: Add IXMLDOMDocument3 stub support. 2010-08-30 11:28:17 +02:00
pi.c msxml3: Remove some useless initializers. 2010-09-18 13:03:44 +02:00
queryresult.c msxml3: Implement SelectionNamespaces property. 2010-09-29 11:12:47 +02:00
regsvr.c msxml3: Add IXMLDOMDocument3 stub support. 2010-08-30 11:28:17 +02:00
saxreader.c msxml3: Silence FIXME for supported properties. 2010-08-30 11:28:46 +02:00
schema.c msxml3: Add IXMLDOMDocument3 stub support. 2010-08-30 11:28:17 +02:00
text.c msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations. 2010-09-13 10:59:02 -05:00
uuid.c msxml6: Add stub msxml6, forward DOMDocument60 creation to msxml3. 2010-08-30 11:27:52 +02:00
version.rc msxml3: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
xmldoc.c msxml3: Add IXMLDOMDocument3 stub support. 2010-08-30 11:28:17 +02:00
xmlelem.c msxml3: Add IXMLDOMDocument3 stub support. 2010-08-30 11:28:17 +02:00