On Wed, Jul 31, 2002 at 10:39:04AM +0200, Carsten Ziegert wrote: > > Am 31.07.2002 10:34 Uhr schrieb "Jacob Atzen / Interflow" unter > <[EMAIL PROTECTED]>: > > > I'm having trouble with Xindice giving me different results to my > > queries on te same data set. > > > > [10:28:58] [kubrick] [~] /usr/local/java/xindice/xindice.server start > > [10:29:38] [kubrick] [~] xindice xpath -c /db/addressbook -q / | wc -l > > 6 > > > > Got that 7 times in a row, then all of a sudden: > > > > [10:30:08] [kubrick] [~] xindice xpath -c /db/addressbook -q / | wc -l > > 2 > > What is the output like without the line count? > Maybe the two line output is an error message.
Here are two consecutive runs: [10:41:07] [kubrick] [~] xindice xpath -c /db/addressbook -q / <?xml version="1.0"?> <person xmlns:src="http://xml.apache.org/xindice/Query" src:col="/db/addressbook" src:key="0100007f1f9fdabb000000ef3c7d7455"><fname>test</fname><lname /><phone type="work" /><phone type="home" /><phone type="cell" /><email type="home" /><email type="work" /><address type="home" /><address type="work" /></person> <?xml version="1.0"?> <person xmlns:src="http://xml.apache.org/xindice/Query" src:col="/db/addressbook" src:key="0100007f1f9fdabb000000ef3c7dad2a"><fname>test2</fname><lname /><phone type="work" /><phone type="home" /><phone type="cell" /><email type="home" /><email type="work" /><address type="home" /><address type="work" /></person> <?xml version="1.0"?> <person xmlns:src="http://xml.apache.org/xindice/Query" src:col="/db/addressbook" src:key="0100007f1f9fdabb000000ef3c7e54d2"><fname>foo</fname><lname /><phone type="work" /><phone type="home" /><phone type="cell" /><email type="home" /><email type="work" /><address type="home" /><address type="work" /></person> [10:41:13] [kubrick] [~] xindice xpath -c /db/addressbook -q / <?xml version="1.0"?> <person xmlns:src="http://xml.apache.org/xindice/Query" src:col="/db/addressbook" src:key="0100007f1f9fdabb000000ef3c7d7455"><fname>test</fname><lname /><phone type="work" /><phone type="home" /><phone type="cell" /><email type="home" /><email type="work" /><address type="home" /><address type="work" /></person> <?xml version="1.0"?> <person xmlns:src="http://xml.apache.org/xindice/Query" src:col="/db/addressbook" src:key="0100007f1f9fdabb000000ef3c7dad2a"><fname>test2</fname><lname /><phone type="work" /><phone type="home" /><phone type="cell" /><email type="home" /><email type="work" /><address type="home" /><address type="work" /></person> Alas, no error message :-/ -- Kind regards Jacob Atzen
