Every doc twice? Wouldn't the output of this be every element in every document once? If you want all docs in a collection, I believe '/*' would suffice.
If your sure this isn't an xpath misunderstanding, please create a simple junit test to add your sample doc, query it, and check for the appropriate output. Once that is done, please file a bug in bugzilla so we make sure your hard work doesn't go to waste. Thanks, Kevin Ross -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2003 9:05 PM To: XIndice Users Subject: Xpath Query "//*" Hi, When displaying all the document contents to the output stream using an xpath query //*, and using a resource iterator, it is printing a copy of each document twice. It looks like debugging output. The build being used is from the a CVS download on Friday 20th june. Is there a way to turn this off? ie. where in the source code can I change this? I can't find the src code for the org.xmldb.api.... Cheers Carl.