Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sorting of data.. ascending/descending order

trance77Dec 10 2002 — edited Jan 22 2003
I'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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2003
Added on Dec 10 2002
1 comment
522 views