| Author |
which parser?
|
Victor Htet
Ranch Hand
Joined: Apr 09, 2000
Posts: 70
|
|
I am preparing for test 141. Which XML parser should I use to cover exam objectives? MS XML parser or JAXP? Thanks
|
SCJP,SCWCD,SCEA,SCDJWS
|
 |
Ajith Kallambella
Sheriff
Joined: Mar 17, 2000
Posts: 5782
|
|
Go with JAXP, or even Xerces-J from xml.apache.org BTW, JAXP is bundled with JDK 1.4. So you can infact just get JDK and automatically get JAXP as well as Crimson.
|
Open Group Certified Distinguished IT Architect. Open Group Certified Master IT Architect. Sun Certified Architect (SCEA).
|
 |
Victor Htet
Ranch Hand
Joined: Apr 09, 2000
Posts: 70
|
|
Thanks for the reply. I would also like to use JAXP because I am also a SCJP. But in Professional XML 2nd Edt., examples use MS XML Parser and that book is listed on IBM resource page for 141. We are not asked any specific about Vendor-dependent parser in Exam, are we? Thanks, Victor Htet
|
 |
Sunny Liu
Ranch Hand
Joined: Mar 15, 2002
Posts: 63
|
|
|
JAXP is not a parser at first, It is an interface for you to use any third-party parser, such as Apache Xecers, IBM XML4J etc. it makes your code portable in java platform.
|
If I am rich, I will spend more.<p>IBM 486 (OOAD & UML) & 141 (XML) passed<br />Oracle 1Z0-007 passed<br />MCSD MCDBA MCSE <br />SCJP SCSSA<br />CCNA CNA A+
|
 |
Victor Htet
Ranch Hand
Joined: Apr 09, 2000
Posts: 70
|
|
I understand JAXP is not a parser. What I really asked was does exam ask vendor-dependent parser questions? Because IBM has xml4j and it also has it's own functions on top of SAX and DOM. Aung Htet Sun Certified Programmer Sun Certified Web Component Developer Sun Certified Enterprise Architect
|
 |
Sunny Liu
Ranch Hand
Joined: Mar 15, 2002
Posts: 63
|
|
|
No, Exam is language independent
|
 |
 |
|
|
subject: which parser?
|
|
|