|
-
September 6th, 2006, 11:38 PM
#2
Re: best xml parser to use
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|