| Author |
Revised DOM/SAX mock exam
|
John Wetherbie
Rancher
Joined: Apr 05, 2000
Posts: 1441
|
|
Hey there! The DOM/SAX mock exam has been revised a bit. If you have time please run through it and if you see any problems please let us know. Please indicate the question number, what the problem is, and the proposed solution (reword the question, change the answer, etc.). Thanks!
|
The only reason for time is so that everything doesn't happen all at once.
- Buckaroo Banzai
|
 |
Joel Amoussou
Greenhorn
Joined: Mar 15, 2003
Posts: 15
|
|
First of all, thank you for putting the mock together. In question No.7, the following statement is FALSE: "When Processing Instructions are a part of your parsing process, DOM should be used, since SAX cannot be used to detect a Processing Instruction in a document." The fact is that the ContentHandler interface in SAX2, defines a processingInstruction() method to receive notification of a processing instruction. The method signature is: public void processingInstruction(java.lang.String target, java.lang.String data) throws SAXException ------- Joel Amoussou IBM XML Certification Practice Test http://www.xmlmentor.net/xmlexamsim.htm
|
 |
John Wetherbie
Rancher
Joined: Apr 05, 2000
Posts: 1441
|
|
Thanks, Joel. I'm working on this. Keep the comments coming!
|
 |
 |
|
|
subject: Revised DOM/SAX mock exam
|
|
|