how to convert xml file to xsl using java

Hi all,I have an XML file with which i need to convert(transform) it to an xsl file using java. I am new to converting xml file to xslt.Please send me if u have code . Thanks in advance regardsRam
[238 byte] By [Ramkoila] at [2007-11-26 20:58:49]
# 1

You seem to be asking the wrong question. An XSL file can be used to transform an XML file, but transforming an XML into an XSL does not make sense. The API for running XSL transforms on the Java platform is described here:

http://java.sun.com/javase/6/docs/api/javax/xml/transform/package-summary.html

spericasa at 2007-7-10 2:28:41 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...