Project

General

Profile

« Previous | Next » 

Revision 2428

Added by Chris Jones over 19 years ago

Added the trailing '/' that was ommitted when XPATH queries included attributes.
This is a partial bug fix for:

http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2052

View differences:

src/edu/ucsb/nceas/metacat/DBQuery.java
1237 1237

  
1238 1238
                    XML.append("<param name=\"");
1239 1239
                    XML.append(fieldname);
1240
                    XML.append("/");
1240 1241
                    XML.append(QuerySpecification.ATTRIBUTESYMBOL);
1241 1242
                    XML.append(attirbuteName);
1242 1243
                    XML.append("\">");

Also available in: Unified diff