I just noticed something very strange. I have a dbXML collection with about 16000 documents (freedb info). If I do a query like: /disc[starts-with(track, 'Lay')] Our query engine returns 3 documents for Xalan to process. The documents match the XPath. Two of them have a track called 'Layla' and one of them has a track called 'Lay Lady Lay'. For some reason, after passing the documents to Xalan to process, Xalan only returns a match for one of the documents (one of the Layla ones). There should be no reason for this, so I'm left somewhat confused. Oddly enough, some queries work perfectly fine, and others don't. Anyone ever see this behavior in Xalan before? -- Tom Bradford --- The dbXML Project --- http://www.dbxml.org/ We store your XML data a hell of a lot better than /dev/null
