Nikolay Sivov
|
678fbc172c
|
msxml3: Hint parser to use UTF-8 if it's specfied as BOM.
|
2010-11-01 12:41:24 +01:00 |
Nikolay Sivov
|
1e998bfc3f
|
msxml3: Get rid of ::get_baseName() forward.
|
2010-11-01 12:39:21 +01:00 |
Nikolay Sivov
|
6556ad57f3
|
msxml3: Get rid of ::get_prefix() forward.
|
2010-11-01 12:39:15 +01:00 |
Nikolay Sivov
|
936d4cf911
|
msxml3: Get rid of ::cloneNode() forward.
|
2010-11-01 12:39:09 +01:00 |
Nikolay Sivov
|
eef194a799
|
msxml3: Implement a trivial case of ::put_nodeTypedValue() for elements.
|
2010-11-01 12:39:02 +01:00 |
Adam Martinson
|
e7d8bbab44
|
msxml3/tests: Add XSLPattern collection method tests.
|
2010-10-29 17:28:14 +02:00 |
Adam Martinson
|
77b7323b4f
|
msxml3: Fix XSLPattern namespace handling.
|
2010-10-29 17:28:11 +02:00 |
Jacek Caban
|
6241b9d652
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_xml implementations.
|
2010-10-29 16:31:42 +02:00 |
Nikolay Sivov
|
b1aaa86e14
|
msxml3: Trace backend error even when user error handler is not set.
|
2010-10-29 14:21:48 +02:00 |
Nikolay Sivov
|
2329d2afdd
|
msxml3: Build qualified name using libxml2 helper.
|
2010-10-29 14:21:41 +02:00 |
Nikolay Sivov
|
8f9804ed0b
|
msxml3: Add a helper to check for error handler being set.
|
2010-10-29 14:21:32 +02:00 |
Nikolay Sivov
|
843bd25012
|
msxml3/tests: Some encoding switching tests.
|
2010-10-29 14:21:21 +02:00 |
Adam Martinson
|
35643b73e3
|
msxml3/tests: Add namespace-related XSLPattern tests.
|
2010-10-28 12:38:13 +02:00 |
Adam Martinson
|
fec2199f4f
|
msxml3: libxml2 error/warning callback functions.
|
2010-10-28 12:17:02 +02:00 |
Nikolay Sivov
|
850be4da8c
|
msxml3: Actually try to use IPersistStream if it's available.
|
2010-10-28 11:42:08 +02:00 |
Nikolay Sivov
|
9a3bfce9c0
|
msxml3: Output error message for fatal errors.
|
2010-10-27 11:50:06 +02:00 |
Nikolay Sivov
|
bd7787c12a
|
msxml3: Fix a leak of error message BSTR.
|
2010-10-27 11:50:00 +02:00 |
Nikolay Sivov
|
ecfc3f153c
|
msxml3: Make line endings fix helper faster using BSTR stored length.
|
2010-10-27 11:49:54 +02:00 |
Nikolay Sivov
|
adfd305821
|
msxml3: Handle passed BSTR argument as a WCHAR string in ::createProcessingInstruction().
|
2010-10-26 13:01:41 +02:00 |
Michael Stefaniuc
|
6f0c968a7b
|
msxml3/tests: Remove superfluous NULL check before free (Smatch).
|
2010-10-26 11:55:13 +02:00 |
Michael Stefaniuc
|
63bf86357e
|
msxml3: Remove returns after returns (Smatch).
That's the intent of commit 70edd9a7 .
|
2010-10-26 11:55:07 +02:00 |
Nikolay Sivov
|
21fddfe235
|
msxml3: Use proper naming and types for IObject* interfaces.
|
2010-10-25 14:30:59 +02:00 |
Nikolay Sivov
|
b9956f75a9
|
msxml3: Add ::Unadvise().
|
2010-10-25 14:30:40 +02:00 |
Nikolay Sivov
|
fe3ff2ea9f
|
msxml3: Add ::GetConnectionPointContainer().
|
2010-10-25 14:30:35 +02:00 |
Nikolay Sivov
|
eb23a4df25
|
msxml3: Add ::GetConnectionInterface().
|
2010-10-25 14:30:31 +02:00 |
Nikolay Sivov
|
2a080e85e4
|
msxml3: Add stub IConnectionPoint, return points for supported IIDs.
|
2010-10-25 14:30:26 +02:00 |
Nikolay Sivov
|
0f2c996092
|
msxml3: Add stub connection container support.
|
2010-10-25 14:30:11 +02:00 |
Jacek Caban
|
70edd9a7fb
|
msxml3: Don't use xmlnode's IXMLDOMNode iface for a few stub functions.
|
2010-10-25 13:52:51 +02:00 |
Jacek Caban
|
16647d42db
|
msxml3: Remove unused xmlnode_* functions.
|
2010-10-25 13:52:50 +02:00 |
Adam Martinson
|
fd9bcfcfe8
|
msxml3: Fix a regression bug in domdoc_loadXML().
Caused by commit 776a8662f0 . Fixes parse
failures for BSTR's where encoding is explicitly UTF-16.
|
2010-10-21 16:15:15 +02:00 |
Adam Martinson
|
0abee56788
|
msxml3: IXMLDOMSchemaCollection2 stubs.
|
2010-10-21 16:14:57 +02:00 |
Adam Martinson
|
70f10e1a9f
|
msxml3: Implement schema_cache_get().
|
2010-10-21 16:14:44 +02:00 |
Adam Martinson
|
d87b8b8eb9
|
msxml3: Implement schema_cache_get_namespaceURI().
|
2010-10-21 16:14:36 +02:00 |
Adam Martinson
|
491ec41f5a
|
msxml3: Implement schema_cache_addCollection().
|
2010-10-21 16:14:26 +02:00 |
Adam Martinson
|
eac6ed018c
|
msxml3: Implement schema_cache_remove().
|
2010-10-21 16:14:16 +02:00 |
Adam Martinson
|
f8bdf8b5af
|
msxml3: Implement schema_cache_get_length().
|
2010-10-21 16:14:09 +02:00 |
Adam Martinson
|
ab136a4fc2
|
msxml3/tests: Internal schema doc storage tests.
|
2010-10-21 16:14:00 +02:00 |
Nikolay Sivov
|
88adaa0617
|
msxml3: Partially implement ::setAttributeNode().
|
2010-10-21 12:29:53 +02:00 |
Nikolay Sivov
|
514a5c091f
|
msxml3: Silence urlmon query failures for IXMLDocument.
|
2010-10-20 18:37:09 +02:00 |
Nikolay Sivov
|
657f64dd06
|
msxml3: Add support for IStream destination in save().
|
2010-10-20 18:37:09 +02:00 |
Nikolay Sivov
|
b22149817d
|
msxml3: Get rid of ::put_text() forward to IXMLDOMNode interface.
|
2010-10-19 10:14:11 +02:00 |
Nikolay Sivov
|
0f19df8b6a
|
msxml3: Get rid of ::get_dataType() forward to IXMLDOMNode interface.
|
2010-10-19 10:14:08 +02:00 |
Adam Martinson
|
6e97fcf94e
|
msxml3: IXMLDOMSchemaCollection/XMLSchemaCache backend.
Implemented on top of libxml's hash table.
|
2010-10-18 19:47:49 +02:00 |
Adam Martinson
|
8db0dd5335
|
msxml3: Add a function to initialize xmlDoc->_private data.
|
2010-10-18 19:47:49 +02:00 |
Adam Martinson
|
403201b87f
|
msxml3: Prevent a memory leak if domdoc creation fails.
|
2010-10-15 11:32:31 +02:00 |
Jacek Caban
|
6d20b3f96a
|
msxml3: Don't use xmlnode's IXMLDOMNode iface in replaceChild implementations.
|
2010-10-13 15:55:10 +02:00 |
Nikolay Sivov
|
ac6671b7f3
|
msxml3: Fix response text conversion to WCHAR string.
|
2010-10-13 11:19:53 +02:00 |
Nikolay Sivov
|
ace3a81d13
|
msxml3: Implement POST support with supplied body data.
|
2010-10-13 11:19:53 +02:00 |
Nikolay Sivov
|
45db1d1376
|
msxml3: Implement ::get_responseXML().
|
2010-10-11 17:11:38 +02:00 |
Nikolay Sivov
|
f0546a1961
|
msxml3: Implement ::get_responseBody().
|
2010-10-08 11:56:45 +02:00 |