Project

General

Profile

« Previous | Next » 

Revision 423

Added by berkley over 23 years ago

changed xslf for new returnfield scheme. the returnfields are now returned as <param name="<returnfield>"> tags.
hThe sql for the returnfield query was redone to fix a previous problem with slow queries

View differences:

MetaCatServlet.java
396 396
    Hashtable doclist = runQuery(xmlquery);
397 397
    String qformat = ((String[])params.get("qformat"))[0]; 
398 398
    String resultdoc = createResultDocument(doclist, transformQuery(params));
399

  
400 399
    //format and transform the results                                        
401 400
    if(qformat.equals("html")) {
402 401
      transformResultset(resultdoc, response, out);

Also available in: Unified diff