|
Notes:
Added some new features:
* Document#to_s now returns the actual XML file as a string.
* Document.parse_string takes a string and returns the parsed Document.
* Node#== now equates two nodes in a document; hashes work correctly, too.
* Added the methods Node#parent, Node#siblings, Node#children.
Changes:
- Added Document#to_s
- Added Document.parse_string
- Added Node#==, Node#eql?, Node#hash
- Added Node#parent, Node#siblings, Node#children
|