msxml3: Ignore XML property ResolveExternals.
[wine] / dlls / msxml3 / queryresult.c
2011-02-24  Alexandre Julliardmsxml3: Include the system libxml headers before the...
2010-11-24  Adam Martinsonmsxml3: Fix domdoc_getElementsByTagName()/domelem_getEl...
2010-11-03  Adam Martinsonmsxml3: Implement XSLPattern collection methods.
2010-11-03  Adam Martinsonmsxml3: Add XSLPattern nodeType() method.
2010-11-03  Adam Martinsonmsxml3: Use libxml2 macros for XSLPattern method return...
2010-10-29  Adam Martinsonmsxml3: Fix XSLPattern namespace handling.
2010-10-28  Adam Martinsonmsxml3: libxml2 error/warning callback functions.
2010-10-04  Adam Martinsonmsxml3: XSLPattern support.
2010-09-29  Adam Martinsonmsxml3: Implement SelectionNamespaces property.
2010-09-02  Nikolay Sivovmsxml3: Fix IXMLDOMDocument::getElementsByTagName(...
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-06-14  Nikolay Sivovmsxml3: Use defined macros to access internal XPath...
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2009-08-29  Jacek Cabanmsxml3: Use IXMLDOMSelection as a main queryresult...
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2008-10-23  Andrew Talbotmsxml3: Sign-compare warning fix.
2008-10-01  Alistair Leslie... msxml3: Correct cast.
2008-09-18  Alistair Leslie... msxml3: Correct IDispatchEx Invoke to return the correc...
2008-08-25  Piotr Cabanmsxml3: Added custom queryresult DISPIDs implementation.
2008-08-22  Piotr Cabanmsxml3: Added queryresult's IDispatchEx implementation.
2008-08-22  Piotr Cabanmsxml3: Code clean up.
2008-07-03  Alistair Leslie... msxml3: Added checks for invalid arguments in queryresult.
2008-07-03  Alistair Leslie... msxml3: Use libxml macros to get the length of a set.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMNodeList.
2007-05-18  Mikołaj Zalewskimsxml3: For queries the get_item should change the...
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.