Resource Name:

Echoing an XML File with the SAX Parser

 

Resource Desc:

In real life, you are going to have little need to echo an XML file with a SAX parser. Usually, you'll want to process the data in some way in order to do something useful with it. (If you want to echo it, it's easier to build a DOM tree and use that for output.) But echoing an XML structure is a great way to see the SAX parser in action, and it can be useful for debugging.

 

Resource URL:

http://cermics.enpc.fr/doc/java/j2eetutorial-1.4/doc/JAXPSAX4.html

 

Rating: 0.00

 

# Times Viewed: 813

 

Reviews