[
Lists Home |
Date Index |
Thread Index
]
I have an HTML DOM tree that I generated using IceBrowser. I subsequently
traverse the tree and extract a branch of the tree that represents an HTML
component that I need (example a Table). I keep the traversal path from the
root to the node in the tree (which effectively is the root of the HTML
component, eg. for a tree it will be a <TABLE> node). This means that I can
later traverse the tree and find the same HTML component. I need to know if
there is a way to extract the HTML of that branch using the org.w3c.dom Java
package or otherwise.
Derrick
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
|