Alistair Leslie-Hughes
|
95660514d3
|
msxml3: Format get_xml string to be more like msxml3.
|
2008-07-28 14:29:07 +02:00 |
Detlef Riekenberg
|
50840ec3be
|
msxml3/tests: Fix failure and crash on win9x.
|
2008-07-23 13:06:22 +02:00 |
Zhangrong Huang
|
89f1bfabe3
|
msxml3: Add support for accessing document node.
|
2008-07-16 19:56:24 +02:00 |
Piotr Caban
|
93e76ece37
|
msxml3: oldChild in xmlnode_removeChild may be NULL.
|
2008-07-10 18:11:22 +02:00 |
Francois Gouget
|
c3a952eb48
|
msxml3/tests: Add a trailing '\n' to ok() calls.
|
2008-07-10 12:18:23 +02:00 |
Alexandre Julliard
|
33128dbb22
|
msxml3/tests: Fix test cleanup.
|
2008-07-09 11:46:44 +02:00 |
Piotr Caban
|
616fd82062
|
msxml3: Skip the first XML declaration in file generated by domdoc_save.
This is the last patch needed for Photoshop CS3 installer.
|
2008-07-09 11:31:23 +02:00 |
Piotr Caban
|
82b2a83337
|
msxml3: Added test of files generated by IXMLDOMDocument_save.
|
2008-07-09 11:31:23 +02:00 |
Piotr Caban
|
800463c21b
|
msxml3: Implemented xmlnode_get_ownerDocument.
|
2008-07-09 11:31:23 +02:00 |
Alexandre Julliard
|
79c64acc7b
|
tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
|
2008-07-08 17:51:45 +02:00 |
Zhangrong Huang
|
86a0643df8
|
msxml3/test: Fix a typo in test node_to_string().
|
2008-07-03 13:08:19 +02:00 |
Alistair Leslie-Hughes
|
746cdb4a6d
|
msxml3: Added tests to check for invalid arguments.
|
2008-07-03 13:08:18 +02:00 |
Alistair Leslie-Hughes
|
d659e63d73
|
msxml3: Added support to create an Attribute in createNode.
|
2008-07-03 11:50:51 +02:00 |
Piotr Caban
|
c0661fdb90
|
msxml3: Added IXMLDOMElement_getAttributeNode implementation.
|
2008-07-02 11:37:09 +02:00 |
Piotr Caban
|
bd4e7379ae
|
msxml3: Added IXMLDOMElement_getAttributeNode test.
|
2008-07-02 11:37:05 +02:00 |
Dan Kegel
|
d38dc0233a
|
msxml/tests: Use VariantInit, not VariantClear, to initialize new variants.
|
2008-06-06 10:28:42 +02:00 |
Alistair Leslie-Hughes
|
6a90c5890c
|
msxml3: Stopped tests from crashing and a Win98 fix.
|
2008-05-26 17:55:19 +02:00 |
Francois Gouget
|
9787d68941
|
msxml3/tests: Add a trailing '\n' to an ok() call.
|
2008-05-06 16:10:04 +02:00 |
Alistair Leslie-Hughes
|
ad1f05f961
|
msxml3: Implement IXMLDOMComment insertData.
|
2008-04-29 14:58:11 +02:00 |
Alistair Leslie-Hughes
|
42db8b439f
|
msxml3: Corrected transformNode.
|
2008-04-25 14:47:55 +02:00 |
Alistair Leslie-Hughes
|
a430b37355
|
msxml3: Add tests for get_prefix and get_namespaceURI.
|
2008-04-21 12:10:37 +02:00 |
Alistair Leslie-Hughes
|
880bacb5f1
|
msxml3: Implement transformNode.
|
2008-04-17 12:25:29 +02:00 |
Austin English
|
05faae7b5a
|
Spelling fixes.
|
2008-04-09 12:07:39 +02:00 |
Francois Gouget
|
304b415284
|
Assorted spelling fixes.
|
2008-03-19 11:21:27 +01:00 |
Alistair Leslie-Hughes
|
8746e38758
|
msxml3: Implemented IXMLDOMCDATASection_insertData.
|
2008-03-13 20:21:15 +01:00 |
Alistair Leslie-Hughes
|
9b3234eb35
|
msxml3: Implement IXMLDOMComment_appendData.
|
2008-03-13 20:21:02 +01:00 |
Alistair Leslie-Hughes
|
52f6a33a85
|
msxml3: Cannot use put_nodeValue on a IXMLDOMProcessingInstruction node whose target is xml.
|
2008-03-13 11:31:32 +01:00 |
Alistair Leslie-Hughes
|
6167c6122a
|
msxml3: Allow IXMLDOMDocument to save as another IXMLDOMDocument.
|
2008-03-12 12:25:19 +01:00 |
Alistair Leslie-Hughes
|
17bf0d9164
|
msxml3: Corrected double free in test.
|
2008-03-11 13:26:11 +01:00 |
Alistair Leslie-Hughes
|
036953842d
|
msxml3: Implemented IXMLDOMText_insertData.
|
2008-03-10 19:12:53 +01:00 |
Alistair Leslie-Hughes
|
675ed5a9b4
|
msxml3: Implement IXMLDOMCDATASection_appendData.
|
2008-03-10 12:23:17 +01:00 |
Alistair Leslie-Hughes
|
c7f3dfc1a1
|
msxml3: Implement IXMLDOMCDATASection_substringData.
|
2008-03-10 12:23:06 +01:00 |
Alistair Leslie-Hughes
|
777aa3382d
|
msxml3: Implement IXMLDOMComment_substringData.
|
2008-03-10 12:22:53 +01:00 |
Alistair Leslie-Hughes
|
8ac57e940b
|
msxml3: Stopped seg faults during regression tests on windows.
|
2008-03-05 11:20:26 +01:00 |
Alistair Leslie-Hughes
|
6dee6819b2
|
msxml3: Implement IXMLDOMProcessingInstruction_get_nodeName.
|
2008-03-03 11:57:49 +01:00 |
Alistair Leslie-Hughes
|
56da338e5c
|
msxml3: Implmented IXMLDOMCDATASection_get_data.
|
2008-03-03 11:57:42 +01:00 |
Alistair Leslie-Hughes
|
c43b0706a3
|
msxml3: Implement IXMLDOMCDATASection_get_nodeValue.
|
2008-03-03 11:57:28 +01:00 |
Alistair Leslie-Hughes
|
f9c5856c8c
|
msxml3: Implement IXMLDOMText_appendData.
|
2008-03-03 11:57:20 +01:00 |
Alistair Leslie-Hughes
|
a7c9fbc65c
|
msxml3: Implemented IXMLDOMText substringData.
|
2008-02-29 20:07:13 +01:00 |
Alistair Leslie-Hughes
|
c61937b6d4
|
msxml3: Correct IXMLDOMProcessingInstruction_put_data function.
|
2008-02-29 12:35:43 +01:00 |
Alistair Leslie-Hughes
|
f9d89ed36a
|
msxml3: Implement IXMLDOMComment_get_data.
|
2008-02-28 12:56:55 +01:00 |
Alistair Leslie-Hughes
|
c48ad71068
|
msxml3: Implement IXMLDOMText_get_data.
|
2008-02-28 12:56:46 +01:00 |
Alistair Leslie-Hughes
|
a1f5fef880
|
msxml3: Implement IXMLDOMComment_get_nodeValue.
|
2008-02-28 12:56:34 +01:00 |
Alistair Leslie-Hughes
|
0d4db95d99
|
msxml3: Implement IXMLDOMCDATASection_get_length.
|
2008-02-27 14:52:23 +01:00 |
Alistair Leslie-Hughes
|
be435c47cb
|
msxml3: Implement IXMLDOMComment_get_length.
|
2008-02-27 14:52:23 +01:00 |
Alistair Leslie-Hughes
|
5579d2f995
|
msxml3: Tests for put_data.
|
2008-02-25 13:40:56 +01:00 |
Alistair Leslie-Hughes
|
93d1c2755a
|
msxml3: Added PI tests.
|
2008-02-21 12:26:38 +01:00 |
Alistair Leslie-Hughes
|
3c4cc5fb88
|
msxml3: Implement put_dataType.
|
2008-02-20 12:09:49 +01:00 |
Alistair Leslie-Hughes
|
72e70a0122
|
msxml3: Implement IXMLDOMText length property.
|
2008-02-19 14:17:33 +01:00 |
Alistair Leslie-Hughes
|
e9063b7776
|
msxml3: Implement IXMLDOMAttribute name property.
|
2008-02-16 16:02:21 +01:00 |