You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Honglin Ye <hy...@aoc.nrao.edu> on 2004/02/04 21:33:14 UTC

Re: xindice xpath query over multiple collections + CollectionList.java

Hi, Vadim,

     I made the class to extract collection List. (see attached) The class
contain 2 static methods,

     public static ArrayList getCollectionList(Hashtable t) {...}
and
     public static ArrayList getCollectionList(String s) {..}

The first one is to be used for commandline query
and the second is to be used for programing query

I tested it, it seemed work just fine.

Also, is there a login control in the xindice?

Honglin