A
amarkinkiri
problem::::::::::I am facing problem to read the following xml file
with SAX parser(j2me).......... I am using Java wireless tool kit for
running the applications.......I want to read this xml file with SAX
parser and I have to display the contents on the phone screen...some
one plz post one example...........so that i can go through my
project......I am new to j2me coding .......so plz help me.......thanks
in advance
<sensors quantity="1">
<category name="pressure" unit="N/mm2">
<sensor id="1">
<name>sensor 1</name>
<position>description where sensor is located</position>
<range from="1.0" to="100.0"></range>
<acquisition>manual</acquisition>
<check>true</check>
</sensor>
</category>
</sensors>
with SAX parser(j2me).......... I am using Java wireless tool kit for
running the applications.......I want to read this xml file with SAX
parser and I have to display the contents on the phone screen...some
one plz post one example...........so that i can go through my
project......I am new to j2me coding .......so plz help me.......thanks
in advance
<sensors quantity="1">
<category name="pressure" unit="N/mm2">
<sensor id="1">
<name>sensor 1</name>
<position>description where sensor is located</position>
<range from="1.0" to="100.0"></range>
<acquisition>manual</acquisition>
<check>true</check>
</sensor>
</category>
</sensors>