Commit Graph

1156 Commits

Author SHA1 Message Date
Nikolay Sivov 1478648b9f msxml3: Support ignorable whitespaces output in writer. 2012-03-26 18:15:51 +02:00
Nikolay Sivov 8072884136 msxml3: Support processing instructions in writer. 2012-03-26 18:15:50 +02:00
Michael Stefaniuc 4df6fe1246 msxml3: Print the debug string and not the pointer to it. 2012-03-26 18:15:22 +02:00
Alexandre Julliard 58fe32e1ea msxml3: Avoid building code that isn't used without libxml. 2012-03-16 13:02:54 +01:00
Nikolay Sivov a58249cd5c msxml3: Added IVBSAXAttributes for MXAttributes. 2012-03-15 19:55:55 +01:00
Nikolay Sivov 72187762a3 msxml3: Implement getValueFromQName() for MXAttributes. 2012-03-15 19:55:50 +01:00
Jacek Caban f0f5c45b93 msxml3: Avoid BAD_CAST in schemasInit. 2012-03-15 19:55:31 +01:00
Nikolay Sivov c685b92b3d msxml3: Implement getIndexFromQName() for MXAttributes. 2012-03-14 11:52:42 +01:00
Nikolay Sivov 69bc096645 msxml3: Implement getType() for MXAttributes. 2012-03-14 11:52:36 +01:00
Nikolay Sivov 4cddf045fc msxml3: Implement getValue() for MXAttributes. 2012-03-14 11:52:29 +01:00
Nikolay Sivov 6ac1cc682b msxml3: Implement ISAXAttributes_getQName() for MXAttributes. 2012-03-13 11:08:43 +01:00
Nikolay Sivov 3eaa0df728 msxml3: Implement ISAXAttributes::getLength() for MXAttributes. 2012-03-13 11:08:43 +01:00
Nikolay Sivov 70aa4f1a43 msxml3: Implement IMXAttributes::addAttribute(). 2012-03-13 11:08:42 +01:00
Piotr Caban 7a6494e227 msxml3: Added XMLView IPersistMoniker_Load test. 2012-03-13 11:08:40 +01:00
Piotr Caban 85055298fa msxml3: Added partial XMLView IPersistMoniker_Load implementation. 2012-03-13 10:56:41 +01:00
Piotr Caban 55d34f470f msxml3/tests: Skip tests when XMLView object fails to create. 2012-03-13 10:56:27 +01:00
Piotr Caban 2cbd6a63df msxml3: Added internal function for loading xml from IMoniker. 2012-03-12 16:04:50 +01:00
Piotr Caban ecf31f2cc0 msxml3/tests: Added XMLView QueryInterface tests. 2012-03-12 16:04:50 +01:00
Piotr Caban b80388fa97 msxml3: Added XMLView class stub. 2012-03-12 16:04:49 +01:00
Nikolay Sivov 9e950b6509 msxml3: Accept names in predicate expressions for XSLPattern queries. 2012-03-12 10:10:31 +01:00
Nikolay Sivov c2d792475b msxml3: Add stub ISAXAttributes for MXAttributes implementation. 2012-03-09 11:35:54 +01:00
Nikolay Sivov d69afaa95d msxml3: Stub support for IMXAttributes. 2012-03-09 11:35:47 +01:00
Nikolay Sivov 8889b66ffe msxml3: Check for unsafe cast in addCollection(). 2012-03-08 17:58:45 +01:00
Nikolay Sivov f73e02152c msxml3: Support element declaration output in MXWriter. 2012-03-08 17:58:39 +01:00
Nikolay Sivov 02545de4de msxml3: Add stub support of ISAXDeclHandler for MXWriter. 2012-03-08 17:58:31 +01:00
Nikolay Sivov 973f62f0e3 msxml3: Return default namespace uri for 'xml'-prefixed attributes. 2012-03-01 18:13:10 +01:00
Nikolay Sivov 5016f7ba4a msxml3: Properly escape character data in text nodes. 2012-02-27 12:55:05 +01:00
Nikolay Sivov be7d4257f8 msxml3/tests: Tests for IMXAttributes::clear(). 2012-02-24 17:04:12 +01:00
Nikolay Sivov 8a0d86833e msxml3/tests: Some tests for IMXAttributes::addAttribute(). 2012-02-24 17:04:12 +01:00
Francois Gouget ebe1a25208 msxml3/tests: Make test_XPath() static. 2012-02-20 11:48:05 +01:00
Nikolay Sivov d73cfb92b3 msxml3: Fix structured error callback implementation when no message data available. 2012-02-16 18:51:57 +01:00
Nikolay Sivov 1dab61125e msxml3: Use static buffer when tracing libxml2 error messages. 2012-02-16 18:51:57 +01:00
Nikolay Sivov f39209cd2e msxml3: Fix element data leak on error. 2012-02-06 10:19:32 -06:00
Nikolay Sivov d56070a233 msxml3: Trace VARIANT parameters. 2012-01-30 20:44:47 +01:00
Nikolay Sivov 2f18cfd85e msxml3: Add a helper to output quoted strings. 2012-01-27 18:05:54 +01:00
Nikolay Sivov 6106afe359 msxml3: Support startDTD()/endDTD() in MXWriter. 2012-01-27 18:05:54 +01:00
Nikolay Sivov 23c3d90866 msxml3: Support CDATA nodes in MXWriter. 2012-01-27 18:05:53 +01:00
Nikolay Sivov ac96be9c08 msxml3: Support comment nodes in MXWriter. 2012-01-27 18:05:53 +01:00
Nikolay Sivov 32c96e6329 msxml3: Stub lexical handler support for MXWriter. 2012-01-27 18:05:52 +01:00
Nikolay Sivov e983db8518 msxml3: Internally call methods with interface macros. 2012-01-24 16:57:32 +01:00
Nikolay Sivov 85cf92aed0 msxml3: Block ::add() if collection is read-only. 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 a5b492eb39 msxml3: Initial implementation of ::getPrefix(). 2012-01-23 15:59:53 +01:00
Nikolay Sivov 91390a720f msxml3: ::get_namespaceURI() doesn't reset out pointer on invalid index. 2012-01-23 15:59:53 +01:00
Nikolay Sivov b148063031 msxml3: Replace macro with another enum entry. 2012-01-23 15:59:53 +01:00
Nikolay Sivov ca48dac882 msxml3: Make remove() method a stub in version 6, more collection tests. 2012-01-23 15:59:53 +01:00
Nikolay Sivov 012806a077 msxml3: Try IStream if IPersistStream save failed. 2012-01-23 15:59:53 +01:00
Nikolay Sivov 7c31988554 msxml3: Move some xdr tests data to a table. 2012-01-20 13:32:11 +01:00
Nikolay Sivov ae5c984b12 msxml3: Use debugstr_* functions instead of wine_* prefixed for consistency. 2012-01-20 13:32:04 +01:00