msxml3: Don't forward put_nodeTypedValue and put_dataType calls to node IXMLDOMNode...
[wine] / dlls / msxml3 / schema.c
2010-12-09  Alexandre Julliardmsxml3: Avoid using an initialized variable.
2010-12-01  Adam Martinsonmsxml3/domdoc: Add a ref to the schema cache in copy_pr...
2010-11-25  Michael Stefaniucmsxml3: Remove dead code: break after return (Smatch).
2010-11-25  Adam Martinsonmsxml3: Store the DOMDocument/XMLSchemaCache object...
2010-11-25  Adam Martinsonmsxml3/schema: Properly handle schema_cache_add() from...
2010-11-25  Adam Martinsonmsxml3: Fix a few error messages.
2010-11-24  Adam Martinsonmsxml3: Add schema parse/validate error callbacks.
2010-11-24  Adam Martinsonmsxml3: Validate node content in domelem_put_dataType().
2010-11-24  Adam Martinsonmsxml3: Add BSTR versions of the XDR_DT <-> string...
2010-11-16  Adam Martinsonmsxml3: Add functions to get the dt:dt of a node.
2010-11-16  Adam Martinsonmsxml3: Add XDR datatypes enum and string table.
2010-11-15  Adam Martinsonmsxml3: Use built-in urn:schemas-microsoft-com:datatype...
2010-11-15  Adam Martinsonmsxml3: XDR schema support.
2010-11-12  Nikolay Sivovmsxml3: Don't include assert.h where it's not used.
2010-11-02  Adam Martinsonmsxml3: Add a function to validate a tree against a...
2010-10-21  Adam Martinsonmsxml3: IXMLDOMSchemaCollection2 stubs.
2010-10-21  Adam Martinsonmsxml3: Implement schema_cache_get().
2010-10-21  Adam Martinsonmsxml3: Implement schema_cache_get_namespaceURI().
2010-10-21  Adam Martinsonmsxml3: Implement schema_cache_addCollection().
2010-10-21  Adam Martinsonmsxml3: Implement schema_cache_remove().
2010-10-21  Adam Martinsonmsxml3: Implement schema_cache_get_length().
2010-10-18  Adam Martinsonmsxml3: IXMLDOMSchemaCollection/XMLSchemaCache backend.
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
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-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMSchemaCollection.
2007-05-15  Andrew Talbotmsxml3: Exclude unused headers.
2007-02-28  Huw Daviesmsxml3: Implement {get,putref}_schemas.
2007-02-28  Huw Daviesmsxml3: Add a schema cache object.