Hi, I have a set of documents that look a bit like this:
<document> <field1>content</field1> <field2>content</field2> </document> Obviously those are not the real element names, but I would like to do a full text search of the content. I played a bit with XPath explorer and found that //text() would return all text nodes in a document like this, which I could then iterate through. However, Xindice always returns zero results for this xpath. Is this a problem with my idea, or Xindice? thanks -mike -- Mike Hearn <[EMAIL PROTECTED]> QinetiQ
