I want to transform one xml to another xml. I used the javax.xml.transform package for that. But i am using jdk1.2
My code compiles well. but at runtime it is giving me errors


java.lang.NoClassDefFoundError: javax/xml/transform/Source

Is there anything that I ma missing ? I included xalan in my classpath.

Thanks



Reply via email to