| Author |
Is DocumentHandler a SAX interface?
|
John Wetherbie
Rancher
Joined: Apr 05, 2000
Posts: 1441
|
|
Just took the SAX & DOM mock exam and noticed that some of the questions referred to a SAX interface named DocumentHandler. I am familiar with the ContentHandler interface (in SAX 2) but I'm not sure about DocumentHandler. OK, looks like DocumentHandler was used in SAX 1. Do we need to know SAX 1 for the cert exam? Does the SAX & DOM mock exam need to be updated to reflect SAX 2? If so, I'd be willing to work on updating it. [ February 04, 2003: Message edited by: John Wetherbie ]
|
The only reason for time is so that everything doesn't happen all at once.
- Buckaroo Banzai
|
 |
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
|
|
Hi John, DocumentHandler is indeed an interface (in SAX 1) but has been deprecated. The interface that should be used for that purpose is now ContentHandler (SAX 2) which includes namespace support. Do we need to know SAX 1 for the cert exam? Apparently, from IBM 141 objectives, we only need to know SAX/DOM 2.
2. Select appropriate XML technologies for an architecture (XML Schema 1.0, XSLT 1.0, DOM2, SAX2, XPath 1.0, Namespaces, DTDs)
Does the SAX & DOM mock exam need to be updated to reflect SAX 2? I would say so If so, I'd be willing to work on updating it. You're more than welcome to do it  [ February 04, 2003: Message edited by: Valentin Crettaz ]
|
SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
|
 |
 |
|
|
subject: Is DocumentHandler a SAX interface?
|
|
|