<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!
>
>
>
|