Author
XML parsing using Xerses SAX parse sample code snippet
Ashish Patel
Greenhorn
Joined: Jan 30, 2004
Posts: 20
Hi, I am new to XML parsing & i would like to have a sample code snippet to read a xml file , parse it using Xerces SAX parser. I tried to have a look at the apache site but in vain.... Any help is appreciated.
Thanks ,<br />Ashish
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted Sep 16, 2004 02:44:00
0
Originally posted by Ashish P: I tried to have a look at the apache site but in vain.... Any help is appreciated.
Check this FAQ=> http://faq.javaranch.com/view?XmlFaq Also IBM developer works website got some good tutorial, http://www.ibm.com/developer/xml
Spritle Software Blogs
Ashish Patel
Greenhorn
Joined: Jan 30, 2004
Posts: 20
THanks for the reply. But can i get a sample snippet of the code somewhere.
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted Sep 16, 2004 03:46:00
0
Go to the tutorial section of IBM XML page or try this link IBM tutorial on understanding SAX [ September 16, 2004: Message edited by: Balaji Loganathan ]
subject: XML parsing using Xerses SAX parse sample code snippet