hi ,

Please see this xml:

<deviceinfo>
       <deviceType
size="2">.......................................................
              <value id="Smart Card">Smart Card</value>
              <value id="Biometric">Biometric</value>
       </
deviceType>.......................................................................
       <deviceCode>dsfsd</deviceCode>
</deviceinfo>

Can anyone please tell me how to read such xml nodes in gwt in server
side? i tried a lot but could not read xml file containing both child
and subchild. I could read xml having only only one child nodes for
e.g

<deviceinfo>
       <deviceType > card </deviceType>
       <deviceCode>sdfdf3434</deviceCode>
</deviceinfo>


thank u in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to