You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Sanyogita Kalavade <Sa...@Sun.COM> on 2003/05/02 20:19:24 UTC

XML transformation

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