I got ='120320' was not expected at this time
Does it mean no match? Thanks much -----Original Message----- From: Mark J. Stang [mailto:[EMAIL PROTECTED] Sent: 2002��4��30�� 15:33 To: [email protected] Subject: Re: XPATH help Try: xindice xpath_query -c /db/data/products -q "/[EMAIL PROTECTED]'120320']" Reverse the quotes. On Windows you need double quotes so that windows will parse it correctly. HTH, Mark Zhitao Wang wrote: > Hello > > I am very new to Xpath. I just installed Xindice 1.0 > on WinXP, and added the following to a collection > under /db called qt > > <?xml version="1.0"?> > <product product_id="120320"> > <description>Glazed Ham</description> > </product> > > Then I used > xindice xpath_query -c /db/data/products -q > '/[EMAIL PROTECTED]"120320"]' > > to query it. > > I heard a beep and see the DEBUG sign in Xindice running window. > > (I can start Xindice and I have no idea how to make it run in the > backgroud. > help needs on this too). > > Thanks much > > ZT
