aspose file tools
The moose likes XML and Related Technologies and the fly likes what do I need to download for SAX ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "what do I need to download for SAX ?" Watch "what do I need to download for SAX ?" New topic
Author

what do I need to download for SAX ?

steve francisco
Ranch Hand

Joined: Jan 26, 2005
Posts: 46
Learning SAX 101, what jar file do I need to include in the CLASSPATH ? where to download it ? I saw some people use apache xecers, is that a standard one and do I need to download xecers in order to use SAX ?
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12325
    
    1
Since Java 1.4, the standard library has included SAX and DOM parsers entirely adequate for getting started with XML. You don't need any additional jar files.
Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what do I need to download for SAX ?
 
Similar Threads
DOM & SAX Information.....
please help
Need clarification on JAXP, SAX and DOM
regarding SAX and DOM
Junit For testing SAX API