hi there...
i have some questions. Did anyone know how to sort a group of data in xml file? i means, i have retrieve the xml data, but it not arrange properly. For example:
<number>
<data1>4</data1>
<data1>2</data1>
<data1>5</data1>
<data1>1</data1>
<data1>3</data1>
</number>
output that i need:1,2,3,4,5
can anyone help me, please?
i have some questions. Did anyone know how to sort a group of data in xml file? i means, i have retrieve the xml data, but it not arrange properly. For example:
<number>
<data1>4</data1>
<data1>2</data1>
<data1>5</data1>
<data1>1</data1>
<data1>3</data1>
</number>
output that i need:1,2,3,4,5
can anyone help me, please?
Comment