You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by John Robert Gardner <Jo...@east.sun.com> on 2000/08/23 16:01:56 UTC

Hopefully Simple Q on SAX 2

I didn't see anything in the FAQ for this list, and I don't think this q is so 
specialized as to require the Xerces or SAX lists, as I'm looking for a general 
user's take on SAX 2 and Xerces, on behalf of a colleague's experience.  
Specifically:

The latest version of Xerces (1.1.3) includes samples that implement the SAX
1.0 interface, and yet include support and documentation for SAX 2.0. In
fact, the SAX 1.0 classes are marked as deprecated, so they obviously
encourage you to go with SAX 2.0, yet their own examples and FAQs still show
the use of the SAX 1.0 interfaces.

Any thoughts? Thanks!

john robert

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-|
John Robert Gardner
Enterprise Management Architecture Group
Sun Microsystems Inc.,
MailStop UBUR02-306			
1 Network Drive
Burlington, MA  01803-0903		|  "Earn this"
					|  
Ph. 781-442-0692			|  -Capt. John H. Miller
Fax 781-442-1539			|   Saving Private Ryan
e-mail  john.robert.gardner@sun.com
-----------------------------------
http://vedavid.org/diss/
http://vedavid.org/xml/docs/



Re: Hopefully Simple Q on SAX 2

Posted by Edwin Goei <Ed...@eng.sun.com>.
John Robert Gardner wrote:
> 
> The latest version of Xerces (1.1.3) includes samples that implement the SAX
> 1.0 interface, and yet include support and documentation for SAX 2.0. In
> fact, the SAX 1.0 classes are marked as deprecated, so they obviously
> encourage you to go with SAX 2.0, yet their own examples and FAQs still show
> the use of the SAX 1.0 interfaces.

Yes, I believe new apps should use SAX2 interfaces.  The samples
probably haven't been updated in a long time.  I'm sure the Xerces folks
would appreciate SAX2 sample program contributions.

-Edwin