You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by Kimbro Staken <ks...@xmldatabases.org> on 2002/07/02 10:15:54 UTC

Re: Patch for namespaces in xpath queries

Hi Vanessa,

This is a good patch, thanks for putting it together. It's in CVS.

On Wednesday, June 26, 2002, at 02:34  PM, Vanessa Williams wrote:

> If you like, apply these patches to org.apache.xindice.tools.XMLTools.java
> and org.apache.xindice.tools.command.XPathQuery.java.
>
> Then, use the following command to use namespaces with an xpath query:
>
> xindice -c /db/mycollection -s 
> "a=http://www.somedomain.com/schema1.xsd" -q
> "/a:foo"
>
> Or type xindice -h for help.
>
> Enjoy,
>
> Vanessa
>
>
Kimbro Staken
Java and XML Software, Consulting and Writing http://www.xmldatabases.org/
Apache Xindice native XML database http://xml.apache.org/xindice
XML:DB Initiative http://www.xmldb.org


Re: Patch for namespaces in xpath queries

Posted by Vanessa Williams <v....@acm.org>.
Kimbro Staken wrote:

> Hi Vanessa,
> 
> This is a good patch, thanks for putting it together. It's in CVS.

No problem. Thanks for committing it. Now I don't have to keep separate
versions :)

Cheers,

Vanessa