Nikolay Sivov
|
facc14ead9
|
msxml3: Properly trace variant value.
|
2013-05-31 12:00:28 +02:00 |
Nikolay Sivov
|
e5261f03e6
|
msxml3: Fix ignorable whitespace detection in case of formatting text nodes.
|
2013-05-15 10:55:48 +02:00 |
Nikolay Sivov
|
6a7bf66b29
|
msxml3: Explicitly use NULL_tid to terminate support error id arrays.
|
2013-05-07 15:15:27 +02:00 |
Nikolay Sivov
|
0403f34b78
|
msxml3: Fix ignorable whitespace detection.
|
2013-05-06 17:07:19 +02:00 |
Nikolay Sivov
|
a935a44b44
|
msxml3: Remove unneeded cast to xmlDocPtr.
|
2013-03-01 18:03:29 +01:00 |
Nikolay Sivov
|
e5affa7040
|
msxml3: Update backing docs refcount in put_documentElement().
|
2013-02-27 19:23:09 +01:00 |
Nikolay Sivov
|
cb9d787be1
|
msxml3: Better handle cross-tree node moves.
|
2013-02-27 19:23:06 +01:00 |
Nikolay Sivov
|
de9250537d
|
msxml3: Fail to insert a node of unsupported type to a document.
|
2013-02-25 13:03:47 +01:00 |
Andrew Talbot
|
5360780a9b
|
msxml3: Avoid signed-unsigned integer comparisons.
|
2013-02-20 10:33:35 +01:00 |
Nikolay Sivov
|
9336a3903c
|
msxml3: GetMaxSize() is not a stub.
|
2012-12-11 20:45:41 +01:00 |
Nikolay Sivov
|
5aa1754b7e
|
msxml3: No need to keep a reference to a temporarily used stream.
|
2012-11-27 16:58:40 +01:00 |
Nikolay Sivov
|
db9d8ebb08
|
msxml3: Support ISequentialStream as a document load source.
|
2012-11-27 16:58:29 +01:00 |
Nikolay Sivov
|
b296b08a5c
|
msxml3: Move document loading from stream to a separate function.
|
2012-11-27 16:58:20 +01:00 |
Nikolay Sivov
|
65598b975c
|
msxml3: Implemented IConnectionPoint_Advise for document object.
|
2012-09-24 22:27:25 +02:00 |
Nikolay Sivov
|
f14c2f712f
|
msxml3: Enable inline wrappers and fix warnings.
|
2012-07-27 17:05:22 +02:00 |
Nikolay Sivov
|
c3fd306f61
|
msxml3: Accept selection namespaces string with trailing spaces.
|
2012-07-19 15:44:16 +02:00 |
Nikolay Sivov
|
13d95525c3
|
msxml3: Protect from null pointer in load().
|
2012-07-16 15:21:45 +02:00 |
Nikolay Sivov
|
9a28ac8f7b
|
msxml3: Remove unneeded xmlInitParser call.
|
2012-07-09 15:05:54 -04:00 |
Nikolay Sivov
|
41aa34758e
|
msxml3: Fix xml declaration output when it's specified in loaded document (in case of file).
|
2012-07-09 15:05:47 -04:00 |
Nikolay Sivov
|
46d08bb6ce
|
msxml3: Fix xml declaration output when it's specified in loaded document (in case of stream).
|
2012-07-09 15:05:41 -04:00 |
Nikolay Sivov
|
1a0552443c
|
msxml3: Don't use stream written value when saving to stream.
|
2012-07-09 15:05:31 -04:00 |
Nikolay Sivov
|
2b5dd13a0a
|
msxml3: Fix putref_schemas()/get_schemas() behaviour on NULL pointer.
|
2012-07-02 19:18:06 +02:00 |
Austin English
|
5de180beeb
|
msxml3: Avoid a dangling else (LLVM/Clang).
|
2012-05-14 17:53:07 +02:00 |
Michael Stefaniuc
|
4df6fe1246
|
msxml3: Print the debug string and not the pointer to it.
|
2012-03-26 18:15:22 +02:00 |
Piotr Caban
|
85055298fa
|
msxml3: Added partial XMLView IPersistMoniker_Load implementation.
|
2012-03-13 10:56:41 +01:00 |
Piotr Caban
|
2cbd6a63df
|
msxml3: Added internal function for loading xml from IMoniker.
|
2012-03-12 16:04:50 +01:00 |
Nikolay Sivov
|
d56070a233
|
msxml3: Trace VARIANT parameters.
|
2012-01-30 20:44:47 +01:00 |
Nikolay Sivov
|
e983db8518
|
msxml3: Internally call methods with interface macros.
|
2012-01-24 16:57:32 +01:00 |
Nikolay Sivov
|
95b9b82181
|
msxml3: Put all defined document namespaces in collection.
|
2012-01-24 16:57:31 +01:00 |
Nikolay Sivov
|
916de3998e
|
msxml3: Allocate private data when cloning from existing document.
|
2012-01-23 17:44:11 +01:00 |
Nikolay Sivov
|
ae5c984b12
|
msxml3: Use debugstr_* functions instead of wine_* prefixed for consistency.
|
2012-01-20 13:32:04 +01:00 |
Nikolay Sivov
|
ca046f9eb5
|
msxml3: IXMLDOMSchemaCollection::get() is a stub for version 6.
|
2012-01-20 13:31:59 +01:00 |
Nikolay Sivov
|
0f658d9dc8
|
msxml3: Leading space chars are allowed in SelectionNamespaces value string.
|
2012-01-13 17:34:30 +01:00 |
Nikolay Sivov
|
e736c3e983
|
msxml3: Skip leading space characters when loading from BSTR.
|
2011-12-19 11:10:16 +01:00 |
Nikolay Sivov
|
2508025bcd
|
msxml3: Fix get_namespaceURI() for document nodes.
|
2011-11-28 16:40:48 +01:00 |
Nikolay Sivov
|
ed908b7b18
|
msxml3: Forward IDispatch to IDispatchEx when supported.
|
2011-11-21 11:03:30 +01:00 |
Nikolay Sivov
|
a9d8f9a0a2
|
msxml3: Fix support for IXMLDOMDocument3.
|
2011-11-21 11:03:19 +01:00 |
Nikolay Sivov
|
b26ad412d3
|
msxml3: Added common ISupportErrorInfo implementation.
|
2011-11-21 11:03:13 +01:00 |
Nikolay Sivov
|
8bd54c56e7
|
msxml3: Init IDispatchEx data for all node types.
|
2011-10-31 23:53:37 +01:00 |
Piotr Caban
|
41eba1c30d
|
msxml3: Return parser result in detach_url.
|
2011-10-24 19:54:15 +02:00 |
Andrew Talbot
|
708f3a3fef
|
msxml3: Add a break to a switch statement.
|
2011-10-08 20:23:01 +02:00 |
Michael Stefaniuc
|
718a924f5b
|
msxml3: Use SUCCEEDED instead of !FAILED.
|
2011-10-03 09:43:36 -05:00 |
Alistair Leslie-Hughes
|
33736bb871
|
msxml3: Correct MSXML object safety tests.
|
2011-09-06 15:58:35 +02:00 |
Nikolay Sivov
|
4877da66b3
|
msxml3: Make version dependency checks more flexible, move CLSID checks to factory creation.
|
2011-08-24 19:07:45 +02:00 |
Frédéric Delanoy
|
a3e0623641
|
msxml3: Remove dead assignment (Clang).
|
2011-07-06 11:25:55 +02:00 |
Adam Martinson
|
4f58e11601
|
msxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
|
2011-06-21 12:25:33 +02:00 |
Adam Martinson
|
f730d13c84
|
msxml3/domdoc: Add support for VT_ARRAY|VT_UI1 in domdoc_load().
|
2011-05-20 17:56:58 +02:00 |
Adam Martinson
|
17f72b8b67
|
msxml3/domdoc: Properly handle character encoding in doparse().
|
2011-05-20 17:56:55 +02:00 |
Adam Martinson
|
11df66af0b
|
msxml3: Don't add a <?xml...?> decl in domdoc_get_xml().
|
2011-05-05 11:46:33 +02:00 |
Michael Stefaniuc
|
31057e4b75
|
msxml3: COM cleanup in domdoc.c.
|
2011-04-27 11:53:12 +02:00 |