how to select the data form a xml file using java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vishnumv2010
    New Member
    • Feb 2012
    • 1

    how to select the data form a xml file using java

    i want the code for java for retreiving data form the xml file with the position numbers
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    You can automatically read the full structure into a java object by creating a class that represents the xml structure and using JAXB to unmarshall the xml.

    Comment

    Working...