Huw Davies
|
4eb389bbdf
|
msxml3: Fix for empty node lists.
|
2006-02-24 11:21:37 +01:00 |
Huw Davies
|
04d5d0a630
|
msxml3: Fix get_text on text nodes.
|
2006-02-16 19:33:39 +01:00 |
Huw Davies
|
1c3daceb00
|
msxml: Implement getElementsByTagName.
|
2006-02-14 10:38:21 +01:00 |
Huw Davies
|
5673a58297
|
msxml: Add ISupportErrorInfo for named node maps.
|
2006-02-10 15:14:33 +01:00 |
Huw Davies
|
e7187ff31f
|
msxml: Fix for get_nodeValue on attributes.
|
2006-01-16 20:43:02 +01:00 |
Huw Davies
|
65707fb940
|
msxml: Implement setAttribute.
|
2006-01-16 20:42:39 +01:00 |
Huw Davies
|
d9fc6985fa
|
msxml: Implement getAttribute.
|
2006-01-14 17:05:32 +01:00 |
Huw Davies
|
50c64c04df
|
msxml: Implement createNode, appendChild and insertAfter.
|
2006-01-11 21:15:12 +01:00 |
Huw Davies
|
a48bb7b3de
|
msxml: It's valid to release an empty document.
|
2006-01-10 19:58:42 +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 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Huw Davies
|
f0c1e349e1
|
Release a stray node.
|
2005-11-23 14:30:22 +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 |
Francois Gouget
|
f4c0524ec6
|
Assorted spelling and case fixes.
|
2005-11-10 11:39:07 +00:00 |
Francois Gouget
|
2adb302a99
|
Add trailing '\n's to ok() and TRACE() calls.
|
2005-11-10 11:17:38 +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
|
c36873602a
|
Implement selectSingleNode.
|
2005-11-08 16:10:13 +00:00 |
Huw Davies
|
52e8200cee
|
Implement get_parseError.
|
2005-11-08 13:10:49 +00:00 |
Huw Davies
|
3d0c66277a
|
Filter out CTEXT nodes when building element child lists.
get_item and get_length should honour the filter.
Add some '\n's to the tests so that libxml2 lists CTEXT nodes.
|
2005-11-05 10:42:45 +00:00 |
Stefan Huehner
|
5834740231
|
Add indexed access to attributes (nodemap) and childNodes
(nodelist), with some testcases.
|
2005-11-03 12:04:52 +00:00 |
Stefan Huehner
|
d148ca4e0a
|
Extend get_nodeName add testcases for it.
|
2005-11-02 19:55:30 +00:00 |
Stefan Huehner
|
927ba076f1
|
Fix IXMLDOMDocument error handling.
|
2005-10-26 10:09:22 +00:00 |
Mike McCormack
|
3b7e1ed1ea
|
Add some node tests.
|
2005-08-23 09:37:42 +00:00 |
Mike McCormack
|
cab04351d7
|
Add some msxml3 tests.
|
2005-08-12 11:25:05 +00:00 |