Re: xml-aware highlighting

2010-10-09 Thread Michael Sokolov
Yes - that looks right; I was thrown a bit by the name - Thanks! On 10/9/2010 5:23 PM, Ahmet Arslan wrote: OK - I read a bit more and it appears an appropriate analysis pipeline (which would extract text from XML using SAX, say) is all that's required, and existing highlighting ought to be a

Re: xml-aware highlighting

2010-10-09 Thread Ahmet Arslan
> OK - I read a bit more and it > appears an appropriate analysis pipeline (which would > extract text from XML using SAX, say) is all that's > required, and existing highlighting ought to be able to > accomplish what I'm after.  So I guess the only > question I have now before writing code is whe

Re: xml-aware highlighting

2010-10-09 Thread Michael Sokolov
OK - I read a bit more and it appears an appropriate analysis pipeline (which would extract text from XML using SAX, say) is all that's required, and existing highlighting ought to be able to accomplish what I'm after. So I guess the only question I have now before writing code is where is th

xml-aware highlighting

2010-10-09 Thread Michael Sokolov
I have a requirement to highlight search results, and to display documents with matching terms highlighted in the context of the original XML document structure. It seems like this must be a very common use case, but I am having trouble finding a way to accomplish what we need to do using sol