I have an XML values stored in one of the Lotus Notes field(consider it as a normal XML).
I have 'row id' in my XML and I want to read the values of it in javascript. in my XML it is appearing twice, I want to read both the values
My XML is given below
<rows>
<row id="1295627144000">
<cell>1</cell>
<cell>1134894</cell>
<cell>3000</cell>
<cell>0</cell>
<cell>hit</cell>
<cell>INR</cell>
<cell>CAP</cell>
<cell>
<IMG title="" src="http://localhost/test/preview/test.nsf/application_form_edit.png" />
</cell>
<cell>100%</cell>
<cell>S</cell>
<cell>3000000</cell>
<cell>No</cell>
<cell />
<cell>Standard Char</cell>
<cell>001</cell>
</row>
<row id="1312205523000">
<cell>2</cell>
<cell>1134894</cell>
<cell>400000000</cell>
<cell>3000000</cell>
<cell>hit</cell>
<cell>hit</cell>
<cell>CAP</cell>
<cell>
<IMG title="" src="http://localhost/test/preview/test.nsf/application_form_edit.png" />
</cell>
<cell>40%</cell>
<cell>S</cell>
<cell>160000000</cell>
<cell>Yes</cell>
<cell />
<cell>Hors Bourse</cell>
<cell>001</cell>
</row>
</rows>