[xsl] Multiple XML into one XSL and sorting the result

Subject: [xsl] Multiple XML into one XSL and sorting the result
From: nshah@xxxxxxxxxxxx
Date: Mon, 21 Apr 2003 12:19:02 -0400
I have a XML and XSL.  The XSL displays records from the XML based on some
criteria entered by the user in a form.  The XSL gets that criteria from
the  URL parameters and is stored in <xsl:param>.  This part is working
fine.  But i don't know how to do the following...

1)  After getting the initial result, have the XSL search another 2 XML
documents using the same criteria entered by the user.
2) After getting the results from all the 3 XML documents it sorts the
output based on date.  (Date is a element of each record retrieved).

Thanks for your help.

Nehal



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread