Revision 4636
Added by ben leinfelder about 16 years ago
assessmentQuery.jsp | ||
---|---|---|
17 | 17 |
//the "columns" to extract from the metadata document (will be param soon) |
18 | 18 |
Map attributeMap = new OrderedMap(); |
19 | 19 |
attributeMap.put("id", "//@packageId"); |
20 |
attributeMap.put("title", "//assessment/@title");
|
|
20 |
attributeMap.put("title", "//assessment/title"); |
|
21 | 21 |
attributeMap.put("duration", "//assessment/duration"); |
22 | 22 |
attributeMap.put("badColumn", "//does/not/exist"); |
23 | 23 |
attributeMap.put("item", "//assessmentItems/assessmentItem/assessmentItemId"); |
Also available in: Unified diff
assessment title and type are now elements rather than attributes in edml
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3345