[Htmlparser-user] How to extract table without a nested table in it
Brought to you by:
derrickoswald
From: answers s. <fas...@gm...> - 2008-05-22 12:36:02
|
Hi i am strututre like to extract a table so that it doesnot have nested table inside it . nodefilter filtertable = new AndFilter( new HasParentFilter(new TagNameFilter("table"),new NotFilter(new HasChildFilter(new TagNameFilter("table))); still the o/p i see a table with nested table in it . |