[jdom-interest] A Newbie Question
Chris Buckley
cbuckley at cutthroatcom.com
Thu Dec 19 16:19:06 PST 2002
Hello,
Is it possible to reference the Elements as args[0],args[1]... or can I only ref as Strings.
I am trying to run a conditional test on the following xml data.
<xport>
<row>
<data>
<t>5:00</t>
<v>100</v>
<v>200</v>
</data>
</row>
<row>
<data>
<t>5:05</t>
<v>1000</v>
<v>2000</v>
</data>
</row>
</xport>
I need to test the v's to make sure they are within a specific range. Any ideas???
thanks in advance,
chris
More information about the jdom-interest
mailing list