[Htmlparser-user] No previous sibling
Brought to you by:
derrickoswald
From: <c....@ar...> - 2007-07-11 14:56:28
|
Thanks Derrick! It worked! But now I have another question. I think that if my node doesn't have a parent node, the previousSibling and nextSibling methods do not work. Is it right? This is my problem: as I said I have no html, head and body tag. I have some table tags but I need to access to the previous row (or node) just before the table. I filtered the page with the TagNameFilter("table"), but I do not have any parent node. What can I do? Thanks again! Cinzia |