Re: Xpath query syntax

2002-05-15 Thread Nutan Kaul
Carl, Try loading without single quote i.e. product_id="120320". I did it many times since yesterday and it is working. -Nutan - Original Message - From: "clholm" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 14, 2002 5:09 PM Subject: Re: Xpath query syntax >

Re: Xpath query syntax

2002-05-15 Thread Mark J. Stang
; > product element, not the products element. Depending on what you want to > > retrieve, the query should be either > > > > "/products/[EMAIL PROTECTED]'VPU-1001']") > > > > or > > > > "/[EMAIL PROTECTED]'VPU-1001

Re: Xpath query syntax

2002-05-15 Thread clholm
ginal Message - > From: "clholm" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 14, 2002 5:13 PM > Subject: Re: Xpath query syntax > > > Thanks Mark, > > > > As mentioned elswhere in this thread, the suggested syntax > > (xindice xpath -c /db/vp -q "/[EMAIL PROTECTED]'VPU-1001']") > > is not working. > > > > Carl Holm > >

Re: Xpath query syntax

2002-05-15 Thread clholm
uot;) > > or > > "/[EMAIL PROTECTED]'VPU-1001']" > Jeff > - Original Message - > From: "clholm" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 14, 2002 5:13 PM > Subject: Re: Xpath query syntax > > > Thanks Mark, > > > &

Re: Xpath query syntax

2002-05-15 Thread John Fletcher
looks like Jeff beat me by a minute! :) John Fletcher - Original Message - From: "Jeff Greif" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 14, 2002 5:11 PM Subject: Re: Xpath query syntax > I think your query is wrong because product_id is an attribute of the > pr

Re: Xpath query syntax

2002-05-15 Thread John Fletcher

Re: Xpath query syntax

2002-05-15 Thread Jeff Greif
#x27;]" Jeff - Original Message - From: "clholm" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 14, 2002 5:13 PM Subject: Re: Xpath query syntax > Thanks Mark, > > As mentioned elswhere in this thread, the suggested syntax > (xindice xpath -c /db/vp -q "/[

Re: Xpath query syntax

2002-05-14 Thread clholm
oblem. > > > > -Nutan > > > > - Original Message ----- > > From: "Graaf, Edgar de (fin)" <[EMAIL PROTECTED]> > > To: > > Sent: Tuesday, May 14, 2002 12:44 AM > > Subject: RE: Xpath query syntax > > > > > I (still)

Re: Xpath query syntax

2002-05-14 Thread clholm
if you have loaded product_id with double quotes (i.e. > product_id="120320") then the following query will retrieve > it: > xindice xpath -c /db/vp -q "/[EMAIL PROTECTED]'VPU-1001']" > > -Nutan > > ----- Original Message - > From: &

Re: Xpath query syntax

2002-05-14 Thread Mark J. Stang
d am having the same problem. > > -Nutan > > - Original Message - > From: "Graaf, Edgar de (fin)" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 14, 2002 12:44 AM > Subject: RE: Xpath query syntax > > > I (still) have the same problem. >

Re: Xpath query syntax

2002-05-14 Thread Nutan Kaul
ill retrieve it: xindice xpath -c /db/vp -q "/[EMAIL PROTECTED]'VPU-1001']" -Nutan - Original Message - From: "Nutan Kaul" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 14, 2002 9:45 AM Subject: Re: Xpath query syntax > I am running xind

Re: Xpath query syntax

2002-05-14 Thread Nutan Kaul
I am running xindice on Unix and am having the same problem. -Nutan - Original Message - From: "Graaf, Edgar de (fin)" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 14, 2002 12:44 AM Subject: RE: Xpath query syntax > I (still) have the same problem. > > --

RE: Xpath query syntax

2002-05-14 Thread Graaf, Edgar de (fin)
They say you should use "" in windows. -Oorspronkelijk bericht- Van: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 14 mei 2002 9:44 Aan: 'xindice-users@xml.apache.org' Onderwerp: RE: Xpath query syntax I (still) have the same problem. -Oo

RE: Xpath query syntax

2002-05-14 Thread Graaf, Edgar de (fin)
I (still) have the same problem. -Oorspronkelijk bericht- Van: clholm [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 14 mei 2002 5:49 Aan: xindice-users@xml.apache.org Onderwerp: Re: Xpath query syntax Thanks to John Meyer for a swift reply! I am running a WINNT command prompt. The

Re: Xpath query syntax

2002-05-14 Thread clholm
Thanks to John Meyer for a swift reply! I am running a WINNT command prompt. The suggested line xindice xpath -c /db/vp -q '/[EMAIL PROTECTED]"VPU-1001"]' throws a rather lengthy DEBUG message on the server monitor. John Meyer wrote: > Are you running this command from a windows comma

RE: Xpath query syntax

2002-05-13 Thread John Meyer
Are you running this command from a windows command prompt? If so you need to use single quotes around your xpath query and double quotes to demarcate strings. The following line should work: xindice xpath -c /db/vp -q '/[EMAIL PROTECTED]"VPU-1001"]' -Original Message- From: clholm [mail