<FONT face="Default Sans Serif, Verdana, Arial, Helvetica, sans-serif" size=2><DIV>Hello all.</DIV><DIV>&nbsp;</DIV><DIV>Just to clarify how to use XML API's (SAX, DOM but also JDOM, Xerces, Xalan, FOP, etc...)</DIV><DIV>&nbsp;</DIV><DIV>First, if you want to use the Websphere Test Environment (WTE), you must not delete the project IBM XML Parser for Java.</DIV><DIV>If you do that, you will have the following error in Visual Age console :</DIV><DIV>NoClassDefFoundError : com.ibm.xml.parsers.NonValidatingTXDOMParser</DIV><DIV>&nbsp;</DIV><DIV>But, if you delete DOM and SAX packages (by the way, as it's said in JDOM site, SAX is only 1.0 in IBM XML Parser), you must :</DIV><DIV>- first, import DOM and SAX packages from another jar (for example crimson.jar) in another Project (for example, "Crimson Project")</DIV><DIV>- AND specify the classpath of the WTE servlet engine (Launch WTE and then, click on Servlet Engine, then you must click on the button "Edit Class Path" and check the box "Crimson Project").</DIV><DIV>&nbsp;</DIV><DIV>Than, it should work.</DIV><DIV>&nbsp;</DIV><DIV>I've tried to use JSP with this and I had no problem.</DIV><DIV>&nbsp;</DIV><DIV>Hope that helps.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jean-Guillaume Battaglia</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>P.S. for Philip Nelson : I don't understand what you mean by "Easiest solution is to make Crimson an extension project" (<DIV>Could you please give me an explanation of what is an extension project?) but if this adds Crimson to all projects class path, I don't think it's really clean.</DIV></DIV></FONT>