Hi Paul,i went through some documentations and also in Ranch,it is said that JDK will come bundled with parsers like Saxon,Xalan,Crimson.So using the API's which JAVA has provided like JAXP,SAX,DOM ,,we need to plug in the parsers (xalan,saxon,crimson) to parse the xml and to start processing the data.
so we dont need to add extra jar files since jdk is bundled with the parsers?
one more question, how to find,which parser jdk is bundled with?