14:c1ea85c65c06
|
2003-11-10 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2003-11-10 23:52:54 by paulb]
Changed various methods to always return Unicode objects. Beware that
passing Unicode objects into certain libxml2/libxslt functions can cause
them to be quite upset. |
|
|
__init__.py
|
|
13:77fd04735705
|
2003-11-02 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2003-11-02 18:14:51 by paulb]
Added nextSibling as a property of Node. |
|
|
__init__.py
|
|
12:052833494789
|
2003-11-02 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2003-11-02 01:41:08 by paulb]
Added removeChild to the Node class. |
|
|
__init__.py
|
|
11:1b7cb513e2e0
|
2003-10-27 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2003-10-27 21:46:24 by paulb]
Added a special native node access method.
Removed seemingly unnecessary attribute access methods which return
apparently incorrect results. |
|
|
__init__.py
|
|
10:a25fbe972a2d
|
2003-10-20 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2003-10-20 21:14:20 by paulb]
Apparently fixed setAttributeNS for attributes with namespaces identical to
those of the owning elements. |
|
|
__init__.py
|
|
9:c8b5119e842a
|
2003-10-06 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2003-10-06 22:11:00 by paulb]
Changed text node creation to use libxml2 utility functions, eliminating
the TemporaryText class.
Updated the test program to use a utility function for parsing. |
|
|
__init__.py test.py
|
|
8:0cc134cda8ec
|
2003-10-06 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2003-10-06 21:59:05 by paulb]
Changed element creation to use libxml2 utility functions instead of fake
node objects (which are still used for attribute nodes).
Added more DOM support to enable XMLTools2 to work.
Added utility functions for parsing, document creation and serialising. |
|
|
__init__.py
|
|
7:59bb4795f6c0
|
2003-10-06 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2003-10-06 18:59:57 by paulb]
Added doctype hack.
Made the test program more ambitious. |
|
|
__init__.py test.py
|
|
6:8665e481933f
|
2003-10-05 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2003-10-05 23:49:54 by paulb]
Added some missing method implementations. |
|
|
__init__.py
|
|
5:ca7a92e5d240
|
2003-10-05 |
paulb |
changeset
files
shortlog
graph
|
[project @ 2003-10-05 23:41:59 by paulb]
Fixed various attribute access methods.
Fixed the parent node access for document nodes.
Updated the test program. |
|
|
__init__.py test.py
|
|