sorting of data.. ascending/descending order
trance77Dec 10 2002 — edited Jan 22 2003I've been able to create a test XMLSQLServlet using the XML SQL Utility in order to connect to my Oracle8i db instance, query & pull some sample data of integers from a test table, transform it using an XSLT stylesheet and have it displayed in a single column in an html table in my browser. I need to build on this. I'll most likely have several columns of integers displayed on my web page. Each column of integers will need to be "SORTABLE" in alphabetical, ascending or descending order once the html table is populated with these integers. Suggestions on where to begin solving this sorting issue? Is this an XSLT thing or simply html? I'm going through Steve Muenchs' "Building Oracle XML Applications" hoping to find some examples. Anybody have some examples along the same lines of what I'm trying to do? thanks