Project

General

Profile

« Previous | Next » 

Revision 3142

Added by berkley over 17 years ago

finally got the getallids function working

View differences:

src/edu/ucsb/nceas/metacat/client/MetacatClient.java
757 757
                  if(n.getNodeName().equals("docid"))
758 758
                  {
759 759
                    //add the content to the return vector
760
                    String nodeVal = n.getNodeValue();
760
                    String nodeVal = n.getFirstChild().getNodeValue();
761 761
                    resultVec.addElement(nodeVal);
762 762
                  }
763 763
                }

Also available in: Unified diff