msxml3: Reuse MXAttributes implementation for SAX reader attributes reporting.
[wine] / dlls / msxml3 / factory.c
2012-05-21  Nikolay Sivovmsxml3: Stub support for IServerXMLHTTPRequest.
2012-03-12  Piotr Cabanmsxml3: Added XMLView class stub.
2012-03-09  Nikolay Sivovmsxml3: Stub support for IMXAttributes.
2011-12-19  Nikolay Sivovmsxml3: Skip leading space characters when loading...
2011-10-25  Piotr Cabanmsxml3: Make positions returned by ISAXLocator compatib...
2011-09-26  Alistair Leslie... msxml3: Support creating IXMLParser Interface.
2011-08-24  Nikolay Sivovmsxml3: Store class version for MXWriter instance.
2011-08-24  Nikolay Sivovmsxml3: Make version dependency checks more flexible...
2011-08-23  Nikolay Sivovmsxml3/mxnamespace: Add IMXNamespaceManager stub.
2011-06-16  Adam Martinsonmsxml3: Create CLSID_XMLHTTP when requested.
2011-05-19  Michael Stefaniucmsxml3: COM cleanup for factory.c.
2011-05-02  Nikolay Sivovmsxml3: A stub for MXXMLWriter class.
2011-03-01  Nikolay Sivovmsxml3: Always set out pointer to null on failed QueryI...
2011-02-24  Alexandre Julliardmsxml3: Include the system libxml headers before the...
2011-02-14  Nikolay Sivovmsxml: Add IXSLTemplate stub.
2010-12-21  Alexandre Julliardmsxml2: Add an msxml2 library that contains the v2...
2010-12-21  Alexandre Julliardinclude: Correctly define the msxml typelib by directly...
2010-11-25  Adam Martinsonmsxml3: Store the DOMDocument/XMLSchemaCache object...
2010-11-10  Alexandre Julliardinclude: Make msxml6.idl a copy of msxml2.idl instead...
2010-10-06  Nikolay Sivovmsxml3: Accept versioned XMLHTTP CLSIDs.
2010-09-14  Nikolay Sivovmsxml3: Properly set default value for SelectionLanguag...
2010-09-13  Alistair Leslie... msxml: Added support to create msxml4/6 interfaces.
2010-08-30  Nikolay Sivovmsxml3: Allow FreeThreadedDOMDocument40 to be created.
2010-08-30  Nikolay Sivovmsxml6: Add stub msxml6, forward DOMDocument60 creation...
2010-06-23  Nikolay Sivovmsxml3: Accept CLSID_FreeThreadedDOMDocument30 in class...
2010-02-15  Alistair Leslie... msxml4: Added support for SAXXMLReader40.
2010-02-04  Nikolay Sivovmsxml4: Add self-registration for CLSID_DOMDocument40...
2008-10-09  Alistair Leslie... msxml3: Add IXMLHTTPRequest support.
2008-06-27  Alistair Leslie... msxml3: Added support for creating DOMFreeThreadedDocument.
2008-03-25  Alistair Leslie... msxml3: Added support for SAXXMLReader.
2007-12-11  Alistair Leslie... msxml: Register missing components.
2007-11-16  Huw Daviesmsxml3: Don't leak an interface on failure.
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLDocument.
2007-02-28  Huw Daviesmsxml3: Add a schema cache object.
2007-01-22  Bang Jun-Youngmsxml3: config.h police.
2006-11-14  Huw Daviesmsxml3: Support both v 2.x and 3.0 version independent...
2006-11-14  Huw Daviesmsxml3: Add the CLSID_DOMDocument define in msxml2...
2006-08-02  Alexandre Julliardmsxml3: Make some functions and variables static.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Francois GougetAdd missing WINAPI to MSXML_DllGetClassObject().
2005-08-02  Mike McCormackInitial implementation of msxml3 based on libxml2.