Hi, On Wed, May 18, 2011 at 4:54 PM, Mehmet Emin <[email protected]> wrote: > now for div tag startElement method is being called. But this time attributes > of div tag does not appear.
You'll need to extend also the mapSafeAttribute() method in your mapper class. See the HtmlMapper javadocs [1] for the details. [1] http://tika.apache.org/0.9/api/org/apache/tika/parser/html/HtmlMapper.html BR, Jukka Zitting
