I'm working on a little project right now to help me improve my HTML/XML/Javascript etc skills. What I'm trying to do is to display a database, and let the user sort and manipulate it dynamically.
I already have the database in XML format, but have been trying to work out the best way to display it. I started out with javascript, and worked out a nice display but am now having problems trying to implement a sort function. I started looking into XSLT, and was impressed by the built in sort function, but it seems near impossible to be able to change the search criteria dynamically.
My question is, am I even using the right tools? I'm using my work computer, which does not allow me to install any software (at least software that makes a registry entry) which is why I'm using XML and Javascript. Do I have another option I'm not aware of?
To clarify, I have 600 records that each contain several elements. I want to be able to specify the number of records, which elements to display, and how they should be sorted. Can anyone give me a nudge in the right direction?
I already have the database in XML format, but have been trying to work out the best way to display it. I started out with javascript, and worked out a nice display but am now having problems trying to implement a sort function. I started looking into XSLT, and was impressed by the built in sort function, but it seems near impossible to be able to change the search criteria dynamically.
My question is, am I even using the right tools? I'm using my work computer, which does not allow me to install any software (at least software that makes a registry entry) which is why I'm using XML and Javascript. Do I have another option I'm not aware of?
To clarify, I have 600 records that each contain several elements. I want to be able to specify the number of records, which elements to display, and how they should be sorted. Can anyone give me a nudge in the right direction?