Re: [Htmlparser-user] how to
Brought to you by:
derrickoswald
From: Derrick O. <Der...@Ro...> - 2006-09-15 02:26:14
|
<area> tags are non-standard. You would need to create your own "AREA" tag class derived from CompositeTag, and register it with a PrototypicalNodeFactory you give to the parser. José Ricardo Zim Nunez wrote: > hi! i'd like to extract from an html the addresses of the links which > are included in the area tags. i'm already parsing the document and > it's going ok. just the <area href=...> are ignored. how can i do that?? > > cheers! > > > |