Hi all,
I've xml similar to the following
<elements>
<temperature>
<value>123</value>
</temperature>
<precipitation>
<value>123</value>
</precipitation>
</elements>
I want to be able to read the text "temperature" or "precipitation".
I can do elements.getElementsArray() and that gives me an array size of
2 and then I can get my value by specifiying if I want the value for
temperature or precipitation but is there a way I could read the actual
tag text?? I need that to set a variable in this another object
thanks
Shahzad Qureshi
Systems Analyst/Programmer
CIOB
Environment Canada
[EMAIL PROTECTED]