This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes XML and Related Technologies and the fly likes Doubts in JAXP1.2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Doubts in JAXP1.2" Watch "Doubts in JAXP1.2" New topic
Author

Doubts in JAXP1.2

Kalai Selvi
Ranch Hand

Joined: Jan 08, 2007
Posts: 45
In JAXP1.2, How do i

1. create an instance of DOM Parser?

2. create an instance of SAX Parser?

3.How is an attribute represented in SAX an DOM Parsers?

4.How to detect a non-fatal error in an XML file, for a DOM Parser?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
You can find some basic examples of JAXP code here and here.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Doubts in JAXP1.2
 
Similar Threads
Get Element Values using JAXP1.2, SAX2, DefaultHandler
org.w3c.dom.ranges not in JAXP1.2????
Dom and Sax parser
JAXP1.2 for XML parsing
Difference between SAX parser and DOM Parser