Hi,

I am using JDOM api for XML parsing,

our XML structure is similar to the one shown below

<row id="1">
  <time-spent>12:00<time-spent>
  <field1>205001<field1>
  <field2>1<field2>
</row>
<row id="2">
  <time-spent>12:00<time-spent>
  <field1>205001<field1>
  <field2>1<field2>
</row>

when i set the value of 'time-spent' tag for 'row' tag with id = 
1, it is getting set for the second rows 'time-spent' tag as well. 
what may be the problem.

Thanks




---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to