Revision 3142
Added by berkley almost 18 years ago
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
finally got the getallids function working