Release Name: 1.1
Notes:
Added real support for fetching/creating/replacing/deleting node attributes.
Changes:
The methods get_element, put_element, delete_element and get_element_namespaces have been removed.
Instead now we have:
- get_node
- put_node
- delete_node
- get_attribute
- put_attribute
- delete_attribute
- get_node_namespaces
|