zynythyzer
01-22-2005, 11:24 AM
I am fairly new to XML and am going to build my first XML-driven site. What I was hoping to do was create a table which will be filled with about 500-1000 rows of data and span across 3 colums.
First column | Second column | Third column.
Now my question is if I click on "First column" can I sort the data in ascending alpha order? If I clicked on "Second column" can I then sort the data? The same for the third column.
In the past I've used a MySQL database to store other data and then call it up and sort it using PHP. Is such a thing possible using XML to sort data based on which column I click on?
Thanks for reading. :)
First column | Second column | Third column.
Now my question is if I click on "First column" can I sort the data in ascending alpha order? If I clicked on "Second column" can I then sort the data? The same for the third column.
In the past I've used a MySQL database to store other data and then call it up and sort it using PHP. Is such a thing possible using XML to sort data based on which column I click on?
Thanks for reading. :)