I have an XSL file which is the basis of a database sort of admin console.
This sorts them into various categories etc.
Then when I want to make a change to a node - I send the XPath and node position to the server, and the right node can be addressed.
This works fine, apart from the sorting, which means that the addresses are actually wrong.
What I need, is some way to sort my xml using the DOM, not XSL template - can't seem to find any way, maybe I have to transform the nodes, return the xml, and then use that?
<bb/>
This sorts them into various categories etc.
Then when I want to make a change to a node - I send the XPath and node position to the server, and the right node can be addressed.
This works fine, apart from the sorting, which means that the addresses are actually wrong.
What I need, is some way to sort my xml using the DOM, not XSL template - can't seem to find any way, maybe I have to transform the nodes, return the xml, and then use that?
<bb/>