Making things simpler...
Change Log for
xmltree
1.2.0
- Added DOM traversal utility method
1.1.0
- Added optional and configurable entity handling
- Added a standard entity handler that inserts the contents of an
external entity referring to a file into the document parse
tree
- Post processors are now optional
- Added option to ignore the case of tags
- Added ignore handler, which does nothing and deleted all child
nodes.
- Added handleId utlity method along with id_attribute
handler. These keep track of ids that have been seen.
- Added removeTag utility and post processor. These remove teh
tag but keep the children.
- Added xref handler and post processor. These turn tags
into <a href="x#id">'s using ids collected by handleId
- Added remove handler. This removes the tag and all its
children.
- Added tag2div handler. This turns <x:y> into <div class="y">
- Added several other debugging handlers.
1.0.0
- Initial release
Copyright 2003-2008, Simplistix Ltd.