Hi All,
I am want to convert a given XML to another XML using XSL. I am using Java 1.2.
Which ref API should I look at for using this in my application? I searched through org.apache.xalan.xslt in xalan.jar (version 2.0.5) for possible methods to be used for xml transformation using xsl. But it has only 1 command-line utility that receives an xml file and an xsl stylesheet and returns a transformed xml file.
I want to do the same thing in my application internally. I cannot use the command line interface. I need a class that I can instantiate from my code. Is there any other API for this?
Thanks Sanyogita
