XSLTC directly generates bytecodes using the BCEL library. There are a few
free Java decompilers. You can use any of them to decompile a .class file
into a .java source file. The decompiled source is mostly readable,
although the variable names might not make sense.


Morris Kwan
XSLT Development
IBM Toronto Lab
Tel: (905)413-3729
Email: [EMAIL PROTECTED]



                                                                                
                                                   
                      "Balaji                                                   
                                                   
                      Varatharaj"              To:       <[EMAIL PROTECTED]>    
                                        
                      <[EMAIL PROTECTED]        cc:                             
                                                    
                      linx.net>                Subject:  How to get the java 
files for the classes compiled by XSLTC?              
                                                                                
                                                   
                      01/28/2003 01:53                                          
                                                   
                      PM                                                        
                                                   
                                                                                
                                                   
                                                                                
                                                   




Hello,

we r using xsltc to compile the stylesheets
and this process results in creation of a jar file.

Im using the org.apache.xalan.xsltc.cmdline.Compile
class to generate the xsltc jar file for us using the
'-j' option.

This jar file contains the class files which helps us
transform the xml.

my question is there any way we can get the java files
for the class files (in the jar file) that get generated
when we run xsltc compiler (org.apache.xalan.xsltc.cmdline.Compile)?

Any help will be appreciated.

thanks,
Balaji V





Reply via email to