Alexandre Julliard
|
e269fa378b
|
msxml3: Fixed compilation without libxml.
|
2007-05-29 12:05:20 +02:00 |
James Hawkins
|
f5e9a1ea6f
|
msxml3: Add initial implementation of IXMLDocument.
|
2007-05-25 20:12:12 +02:00 |
James Hawkins
|
74f18d968f
|
msxml3: Add initial implementation of IXMLElement and IXMLElementCollection.
|
2007-05-25 20:11:15 +02:00 |
Mikołaj Zalewski
|
e1cbec75c1
|
msxml3: Improve the XPath queries handling.
|
2007-05-18 14:50:21 +02:00 |
Huw Davies
|
c30c6e23ba
|
msxml3: Add a schema cache object.
|
2007-02-28 13:28:13 +01:00 |
Bang Jun-Young
|
45e8e360cd
|
msxml3: config.h police.
|
2007-01-22 13:29:07 +01:00 |
Huw Davies
|
7c34694c01
|
msxml3: Implement createProcessingInstruction with a stub PI object.
|
2006-11-17 11:04:42 +01:00 |
Robert Shearman
|
09ddab1481
|
msxml: Allow the element implementation to be aggregatable.
|
2006-06-14 13:35:38 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Huw Davies
|
a545fee719
|
msxml3: Implement comment node.
|
2006-02-16 19:37:53 +01:00 |
Huw Davies
|
1c3daceb00
|
msxml: Implement getElementsByTagName.
|
2006-02-14 10:38:21 +01:00 |
Huw Davies
|
5d629e7ce8
|
msxml: Text node implementation.
|
2006-01-19 11:56:34 +01:00 |
Huw Davies
|
ef23ab4729
|
msxml: Add attribute node implementation.
|
2006-01-18 11:28:34 +01:00 |
Huw Davies
|
3f6bb98f39
|
Make the node object aggregatable so that the element object (and in
future all of the other node types) can use it.
|
2005-12-01 18:46:42 +01:00 |
Huw Davies
|
c868b45113
|
Ref count the xmlDocPtr.
If two nodes refer to the same xmlNodePtr don't return same object.
|
2005-11-18 15:05:26 +00:00 |
Huw Davies
|
5b8be5dca6
|
Include msxml2.h rather than msxml.h and xmldom.h.
|
2005-11-08 19:59:36 +00:00 |
Huw Davies
|
52e8200cee
|
Implement get_parseError.
|
2005-11-08 13:10:49 +00:00 |
Mike McCormack
|
f3719a881e
|
Implemented IXMLDOMNode::selectNodes.
|
2005-09-03 09:39:38 +00:00 |
Mike McCormack
|
2386023474
|
Use a single function to create all IXMLDOMNode implementations.
|
2005-08-19 10:03:27 +00:00 |
Mike McCormack
|
23f192d299
|
Make each IXMLDOMNode interface represent one libxml2 xmlNodePtr.
|
2005-08-18 10:48:13 +00:00 |
Vincent Béron
|
8b6d8dbdf3
|
Protect libxml/parser.h with proper autoconf definition.
|
2005-08-15 09:43:53 +00:00 |
Mike McCormack
|
65293d8edf
|
Create a node object and use it to hold libxml2 pointers.
|
2005-08-10 09:54:22 +00:00 |
Mike McCormack
|
86a47c4dbd
|
Initialize and clean up libxml2 in DllMain.
|
2005-08-09 11:17:47 +00:00 |
Mike McCormack
|
67630657fe
|
Implement the IXMLDOMNamedNodeMap interface.
|
2005-08-08 15:04:00 +00:00 |
Jacek Caban
|
049e9b6718
|
Fixed msxml compilation when libxml is not available.
|
2005-08-08 12:13:31 +00:00 |
Mike McCormack
|
3b5c2221cc
|
Implemented the IXMLDOMElement interface.
|
2005-08-03 10:58:47 +00:00 |
Mike McCormack
|
dcc2d6c254
|
Initial implementation of msxml3 based on libxml2.
|
2005-08-02 11:29:04 +00:00 |