Results 1 to 3 of 3
Thread: Manipulating XML
- 11-13-2008, 07:13 AM #1
Member
- Join Date
- Nov 2008
- Posts
- 1
- Rep Power
- 0
Manipulating XML
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..
- 03-30-2009, 01:28 AM #2
Member
- Join Date
- Mar 2009
- Posts
- 10
- Rep Power
- 0
use JDom in this case
- 04-26-2009, 12:01 AM #3
Senior Member
- Join Date
- Mar 2009
- Location
- USA
- Posts
- 127
- Rep Power
- 0


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks