Commit Graph

283 Commits

Author SHA1 Message Date
Francois Gouget 9787d68941 msxml3/tests: Add a trailing '\n' to an ok() call. 2008-05-06 16:10:04 +02:00
Alexandre Julliard dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
Eric Pouech 21171c403f janitorial: Prototype func() should be func(void). 2008-04-30 13:45:23 +02:00
Alistair Leslie-Hughes ad1f05f961 msxml3: Implement IXMLDOMComment insertData. 2008-04-29 14:58:11 +02:00
Alistair Leslie-Hughes f4a797e90b msxml3: Implement IObjectSafety for IXMLDOMDocument2. 2008-04-29 14:58:02 +02:00
Alistair Leslie-Hughes af80b06f0f msxml3: Implement IDispatch for IXMLDOMNode. 2008-04-29 14:57:47 +02:00
Alistair Leslie-Hughes 340f34ddf6 msxml3: Added IObjectWithSite support in IXMLDOMDocument2. 2008-04-28 14:31:10 +02:00
Alistair Leslie-Hughes 42db8b439f msxml3: Corrected transformNode. 2008-04-25 14:47:55 +02:00
Alexandre Julliard 8ebe988d2e Add makedep magic comments for typelibs in resource files. 2008-04-24 22:14:21 +02:00
Alistair Leslie-Hughes c3e9780d22 msxml3: Corrected IXMLDOMComment appendData with a broken xmlTextConcat function. 2008-04-21 12:10:37 +02:00
Alistair Leslie-Hughes 38634f0eb9 msxml3: Implement get_prefix. 2008-04-21 12:10:37 +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 8842ccb636 msxml3: Implement get_namespaceURI. 2008-04-21 12:10:37 +02:00
Lei Zhang 9d7f7bfc5e msxml3: Check for xsltInit before calling it. 2008-04-18 13:57:15 +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
Piotr Caban 4fb786a355 msxml3: Added fixmes to stubs. 2008-04-01 11:29:34 +02:00
Piotr Caban c1f3339557 msxml3: Added SAXXMLReader registration. 2008-04-01 11:29:31 +02:00
Andrew Talbot 7142fc1634 msxml3: Remove superfluous semicolon. 2008-04-01 11:29:14 +02:00
Alistair Leslie-Hughes 9a7b81be9a msxml3: Correct IXMLDOMCDATASection appendData. 2008-03-27 11:05:56 +01:00
Alistair Leslie-Hughes d9b1bf541f msxml3: Correct IXMLDOMComment appendData. 2008-03-27 11:05:53 +01:00
Alistair Leslie-Hughes d3597f5e13 msxml3: Correct IXMLDOMText appendData. 2008-03-27 11:05:50 +01:00
Alistair Leslie-Hughes b478ec0027 msxml3: Correct SAXXMLReader_create. 2008-03-26 11:21:14 +01:00
Lei Zhang 724d4b1fad msxml3: Fix compiles for systems without libxml2. 2008-03-26 10:33:21 +01:00
Marcus Meissner 5fd2e6e7b1 msxml3: Fixed include of SAX.h. 2008-03-25 16:14:11 +01:00
Alistair Leslie-Hughes 264be58812 msxml3: Added support for SAXXMLReader. 2008-03-25 11:45:55 +01:00
Alistair Leslie-Hughes 20f8d63964 msxml3: Added typelib ids for SAX interfaces. 2008-03-25 11:45:51 +01: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 a1cce9288b msxml3: Register msxml3 typelib. 2008-03-12 12:24:51 +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 b77af27067 msxml3: Support IXMLDOMCharacterData lookup in IXMLDOMText QueryInterface. 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 077e9d8945 msxml3: Remove Byte since it's not a valid datatype. 2008-03-05 11:20:38 +01:00
Alistair Leslie-Hughes 8ac57e940b msxml3: Stopped seg faults during regression tests on windows. 2008-03-05 11:20:26 +01:00
Francois Gouget 29ef0b90ee Assorted spelling, punctuation and case fixes. 2008-03-03 12:04:48 +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