Hi,
I am trying to extend the current HTMLParser of lenya 1.2.1 to support keywords.
My approach is to use the <dc:description/> field for the storage of these keywords, because it is already part of the metadata editor (not the best argument ever...). I would like to access the <dc:description/> tag from HTMLDocument.java and add the splitted string as fields to Lucene.
My problem is the HTMLParser. Is there a straight forward way to get a specific tag from the parser?
Any help would be appreciated!
Robert Goen�
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
