Hi there,
I need help regarding this one, i have already an xml file on which i needed to manipulate, the manipulation goes like this,
<JOB1>
A1
A2
A3
</JOB1>
<JOB2>
A1
A2
A3
</JOB2>
<JOB2>
A1
A2
A3
</JOB2>
and then the user need to input parameters like for example the entered value is 5 and the result should be this.
<JOB1>
A1
A2
A3
A4
A5
</JOB1>
<JOB2>
A1
A2
A3
A4
A5
</JOB2>
<JOB2>
A1
A2
A3
A4
A5
</JOB2>
please help me do this..