Is it possible to run an xpath statement from using a url?

IE something like

http://localhost:4080/db/myxmldatabase/xpath(blah blah blah)

Or something to that effect? if so, how does one do that?

Thanks,
Brent

Brent Clements
Linux Technology Specialist
Information Technology
Rice University


On Mon, 1 Dec 2003, Brent M. Clements wrote:

> Hi,
>  I know this may be the wrong mailing list(is there an xpath mailing
> list?) for this question but here goes.
>
> I am trying to return the number of records from a query using the xpath
> count function, but it's not returning any output.
>
> Let me start from the beginning:
>
> I run
> xindice xpath -c /db/morpheus -q "//*/[EMAIL PROTECTED]'1']"
>
> and I get a large amount of xml data returned.
>
> I'd like to count how many records are return.
>
> I tried using
>
> xindice xpath -c /db/morpheus -q "count(//*/[EMAIL PROTECTED]'1'])"
>
> but that doesn't do anything except bring me back to the command prompt.
>
> Any ideas guys?
>
> Thanks,
> Brent
>
> Brent Clements
> Linux Technology Specialist
> Information Technology
> Rice University
>
>

Reply via email to