Alistair Leslie-Hughes
|
811c0e00be
|
msxml3: Add IXMLDOMCharacterData to IXMLDOMComment.
|
2008-09-12 12:36:03 +02:00 |
Alistair Leslie-Hughes
|
84072a81b8
|
msxml3: Add IXMLDOMCharacterData to IXMLDOMCDATASection.
|
2008-09-12 12:36:00 +02:00 |
Rob Shearman
|
60b4feedca
|
include: Fix function names in IVBSAXXMLReader interface in msxml2.idl.
|
2008-09-09 12:32:16 +02:00 |
Piotr Caban
|
38b0573543
|
msxml3: Change SAX IStream parser implementation.
|
2008-09-09 11:46:17 +02:00 |
Marcus Meissner
|
980ffb8eb4
|
msxml3: Fixed incorrect MultiByteToWideChar.
|
2008-09-05 11:21:35 +02:00 |
Alistair Leslie-Hughes
|
5e1ac66b25
|
msxml3: Add IDispatchEx test.
|
2008-09-03 14:21:45 +02:00 |
Alistair Leslie-Hughes
|
954cb31448
|
msxml3: Add IDispatchEx support to IXMLDOMDocument2.
|
2008-09-03 14:21:43 +02:00 |
Alistair Leslie-Hughes
|
c6a64414df
|
msxml3: Correct FIXME.
|
2008-09-03 14:21:43 +02:00 |
Paul Vriens
|
e1c9c2597a
|
msxml3/tests: Fix a test on win98.
|
2008-09-03 14:21:41 +02:00 |
Paul Vriens
|
fe360d6aa2
|
msxml3/tests: Use CreateFileA to please win98.
|
2008-09-03 14:21:41 +02:00 |
Francois Gouget
|
4560ce24d8
|
msxml3: Add a '\n' to a Wine trace.
|
2008-09-02 13:58:33 +02:00 |
Paul Vriens
|
7af5d5fb23
|
msxml3/tests: Add a missing CoUninitialize.
|
2008-09-02 13:28:51 +02:00 |
Paul Vriens
|
7fb12e84f5
|
msxml3/tests: Add a missing CoUninitialize.
|
2008-09-02 13:28:46 +02:00 |
Alistair Leslie-Hughes
|
ac29a3d838
|
msxml3: Correct unsupported functions in IDispatchEx.
|
2008-08-27 13:21:24 +02:00 |
Rob Shearman
|
fd75c21c6d
|
msxml3: Use CP_UNIXCP instead of CP_ACP in libxmlFatalError as the input string is one generated by a native OS function.
|
2008-08-27 13:21:21 +02:00 |
Piotr Caban
|
ceb8979222
|
msxml3: Added custom queryresult DISPIDs implementation.
|
2008-08-25 11:29:45 +02:00 |
Piotr Caban
|
2841755c16
|
msxml3: Added IDispatchEx QueryInterface test.
|
2008-08-22 10:42:37 +02:00 |
Piotr Caban
|
3e3a5b187e
|
msxml3: Added queryresult's IDispatchEx implementation.
File dispex.c is copied from mshtml.dll. Jacek helped me to write this patch.
|
2008-08-22 10:42:33 +02:00 |
Piotr Caban
|
12f7e0aa39
|
msxml3: Code clean up.
|
2008-08-22 10:41:29 +02:00 |
Piotr Caban
|
379e543bba
|
msxml3: Use LoadTypeLibEx to register typelib.
|
2008-08-22 10:41:21 +02:00 |
Piotr Caban
|
7b7a187956
|
msxml3: Fix IVBErrorHandler related bugs.
|
2008-08-21 13:26:36 +02:00 |
Piotr Caban
|
126c0abeef
|
msxml3: Add error handling when reading from IStream.
|
2008-08-21 13:26:26 +02:00 |
Piotr Caban
|
655155feb8
|
msxml3: Add ISAXAttributes_getValueFromQName implementation.
|
2008-08-21 13:26:11 +02:00 |
Piotr Caban
|
c9893d176d
|
msxml3: Add ISAXAttributes_getValueFromName implementation.
|
2008-08-21 13:26:04 +02:00 |
Piotr Caban
|
fa221f56a3
|
msxml3: Add ISAXAttributes_getIndexFromQName implementation.
|
2008-08-21 13:25:58 +02:00 |
Piotr Caban
|
0afbcd5def
|
msxml3: Add ISAXAttributes_getIndexFromName implementation.
|
2008-08-21 13:25:50 +02:00 |
Piotr Caban
|
5e1af9b965
|
msxml3: Add ISAXAttributes_getName implementation.
|
2008-08-21 13:25:34 +02:00 |
Piotr Caban
|
f3ab228ae7
|
msxml3: Fix checking if ContentHandler was set.
|
2008-08-21 13:25:24 +02:00 |
Piotr Caban
|
03f7909709
|
msxml3: Add ISAXContentHandler_endPrefix event.
|
2008-08-21 13:24:13 +02:00 |
Alistair Leslie-Hughes
|
373a43f0af
|
msxml3: Added and corrected trace string.
|
2008-08-18 17:15:56 +02:00 |
Piotr Caban
|
a94e4c196c
|
msxml3: Add namespaces to attributes.
|
2008-08-04 13:51:57 +02:00 |
Piotr Caban
|
e9d34b7f5a
|
msxml3: Add ISAXContentHandler_startPrefixMapping event.
|
2008-08-04 13:51:53 +02:00 |
Piotr Caban
|
7be136bcd5
|
msxml3: Add implementation of ISAXAttributes_getURI.
|
2008-08-04 13:51:17 +02:00 |
Piotr Caban
|
7a5a7819f8
|
msxml3: Add NULL pointers check in getLocalName, getQName and getValue.
|
2008-08-04 13:51:11 +02:00 |
Piotr Caban
|
319d86c733
|
msxml3: Return QNames properly.
|
2008-08-04 13:50:55 +02:00 |
Michael Stefaniuc
|
0f5d6827db
|
msxml3: Remove redundant NULL checks before HeapFree and fix a memleak (Smatch).
|
2008-08-04 13:03:42 +02:00 |
Piotr Caban
|
cb6bcd0028
|
msxml3: Integrate implementation of IVBSAXXMLReader and ISAXXMLReader interfaces.
|
2008-08-01 11:18:11 +02:00 |
Piotr Caban
|
d439ca5e2a
|
msxml3: Add IVBSAXLocator implementation.
|
2008-08-01 11:18:11 +02:00 |
Piotr Caban
|
c52e0919fb
|
msxml3: Prepare libxml2 callbacks for IVBSAX... interfaces implementation.
|
2008-08-01 11:18:11 +02:00 |
Piotr Caban
|
cafbf853ab
|
msxml3: Added IVBSAXAttributes implementation.
|
2008-08-01 11:18:11 +02:00 |
Piotr Caban
|
4c69e86dea
|
msxml3: Prepare functions for IVBSAX... interfaces implementation.
|
2008-08-01 11:18:11 +02:00 |
Piotr Caban
|
6818cc6fee
|
msxml3: Added ISAXAttributes_getQName implementation.
|
2008-08-01 11:18:11 +02:00 |
Piotr Caban
|
df5e40ec72
|
msxml3: Reorganize parse_buffer function (make use of libxml2 parserInternals.h).
|
2008-08-01 11:18:11 +02:00 |
Piotr Caban
|
25168401af
|
msxml3: Added ISAXAttributes_getValue implementation.
|
2008-07-31 13:03:50 +02:00 |
Piotr Caban
|
421a9a61c4
|
msxml3: Added ISAXAttributes_getLocalName implementation.
|
2008-07-31 13:03:45 +02:00 |
Piotr Caban
|
58b26f3b07
|
msxml3: Add ISAXAttribute_getLength implementation.
|
2008-07-31 13:03:40 +02:00 |
Piotr Caban
|
6df49d5707
|
msxml3: Initialize ISAXAttribute structure.
|
2008-07-31 13:03:33 +02:00 |
Alistair Leslie-Hughes
|
95660514d3
|
msxml3: Format get_xml string to be more like msxml3.
|
2008-07-28 14:29:07 +02:00 |
Piotr Caban
|
5816c3808e
|
msxml3: Added stub implementation of ISAXAttributes.
|
2008-07-28 11:35:31 +02:00 |
Piotr Caban
|
742eb4ba08
|
msxml3/tests: Added test for ISAXXMLReader_parseURL.
|
2008-07-28 11:35:21 +02:00 |