Hi all,
I am Jay, i need to develop mobile based software for plant detection i having data as shown in below i just given sample 3 row data, but the actual data contain 50X25 (RXC) i need to store in phone which is the best way..
Actually i converted the below xls data to xml for parsing and storing in RMS i cant succeed in that.
I just want to read the data from this no need to write. if u having any sample code or reference materialplease provide me.
Thanks and Regards
Jay
mj00062@surrey.ac.uk
xls data:
AME1 0.72 0.69 0 0.55 0.43 0 0 0 0 0 0 1 0.61 0.54 0.58 0.65 0.15 0.79 0.38 1 0.40 0
AME2 0.85 0.79 0 0.88 0.38 0 0 0.5 0.5 0 0.5 1 0.74 0.74 0.60 0.82 0.21 0.27 0.27 1 0.79 0
AME3 ......................
xml data:
<Plant>
<ID>1</ID>
<Name>AME1</Name>
<Leaf-Length>9.3</Leaf-Length>
<Leaf-Width>8.1</Leaf-Width>
<Leaf-Base>1</Leaf-Base>
<Leaf-Margin-Teeth: tip length>1.0-1.6</Leaf-Margin-Teeth: tip length>
<Leaf margin teeth: pitch>4.0</Leaf margin teeth: pitch>
<Leaf-Top: simple hairs>1</Leaf-Top: simple hairs>
<Leaf-Top: stellate hairs>1</Leaf-Top: stellate hairs>
<Leaf-Top: small brown hairs>1</Leaf-Top: small brown hairs>
<Leaf-Underside: simple hairs>1</Leaf-Underside: simple hairs>
<Leaf-Underside: stellate hairs>1</Leaf-Underside: stellate hairs>
<Leaf-Underside: small brown hairs>1</Leaf-Underside: small brown hairs>
<Axillary-Tufts>3</Axillary-Tufts>
</plant>

Reply With Quote


