On 8/25/07, Jukka Zitting <[EMAIL PROTECTED]> wrote: > On 8/25/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > ....> Maybe this (and extractContent() as well) need an additional > > TikaParseOptions parameter that sets options just for this parsing > > call? > > Good point, though we could also pass all such options as a part of > the metadata argument....
Agreed, this is workable as well. > ...More generic options, like the XML parser options to use when parsing > application/xml documents, should probably be handled as JavaBean > properties of the instantiated parser objects.... Sure, we'll probably need options both at the parser and at the extract method levels. -Bertrand
