Sort XML Elements?
-
Is there an easy way to transform an xml document to another xml document with all the elements sorted? ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum -- modified at 23:38 Thursday 1st December, 2005
-
Is there an easy way to transform an xml document to another xml document with all the elements sorted? ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum -- modified at 23:38 Thursday 1st December, 2005
The xsl:sort element is used to define a sort key. This sort key determines the order in which selected nodes are processed by the xsl:for-each or xsl:apply-templates elements. Syntax: Sushant Mathur Ocwen Financial Sol. Pvt. Ltd, Bangalore, INDIA.
-
The xsl:sort element is used to define a sort key. This sort key determines the order in which selected nodes are processed by the xsl:for-each or xsl:apply-templates elements. Syntax: Sushant Mathur Ocwen Financial Sol. Pvt. Ltd, Bangalore, INDIA.
I understand that I can use xsl to sort the individual elements if I wanted to create the xsl template by hand. I want to take an XML file, perform sorting on it, and export the sorted contents. ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum
-
I understand that I can use xsl to sort the individual elements if I wanted to create the xsl template by hand. I want to take an XML file, perform sorting on it, and export the sorted contents. ............................. There's nothing like the sound of incoming rifle and mortar rounds to cure the blues. No matter how down you are, you take an active and immediate interest in life. Fiat justitia, et ruat cælum
It could be much more easy if you go ahead with XSL sort .