Hi ,

To fetch the values from XML tags it is good to use JAXB.Which has the

speed of SAX and the storage capacity of DOM so try it and it is easy too.

but for that you should first write a schema file so that the JAXB will parse it

and create a class according to the tags , then using JAXB coding (that is

very simillar to the code what we have in Java)we can fetch the value .

Thanks

-James.A.Johney