| Author |
XML Parser
|
Jimmy kalra
Ranch Hand
Joined: Aug 05, 2011
Posts: 64
|
|
there are several XML parser is used to read the XML document. but which one is the most appropriate parser that used for parsing XML document.
in this book Java With XML there are several parser explain. but which one is the good and professionally use with java.
explain Briefly SAX parser?
Difference Between SAX and XMLPULL?
in this book there are old version are explain to parsing the document. is any changes are made to parsing the document? is there any new technique is developed for parsing the document that are not explain in this book?
is there is any new book for "Java with XML" ? please suggest us.......
|
With Regards :-
Jimmy Kalra
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
|
|
which one is the most appropriate parser that used for parsing XML document.
XML is used for such a wide variety of purposes that there is no single best parser. Review some of the topics in this forum and you will see many examples.
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: XML Parser
|
|
|