umich.cac.xml
Class Xslt
java.lang.Object
umich.cac.xml.Xslt
- public class Xslt
- extends java.lang.Object
This class transforms XML to output file using XSLT transform given the XML
file, the XSL file, and the OUTPUT file. Used for debugging only.
- Version:
- $Header: /cvsroot/pbsaccounting/pbsaccounting/doc/javadoc/umich/cac/xml/Xslt.html,v 1.6 2003/10/21 20:33:48 rodmach Exp $
- Author:
- rmach@umich.edu
Constructor Summary |
Xslt()
|
Method Summary |
static void |
createOutputFile(java.lang.String xmlFileName,
java.lang.String xslFileName,
java.lang.String outputFileName)
Create a output file from a XSL transform given XML file and XSL file |
static void |
main(java.lang.String[] args)
Main transform |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Xslt
public Xslt()
createOutputFile
public static void createOutputFile(java.lang.String xmlFileName,
java.lang.String xslFileName,
java.lang.String outputFileName)
throws java.lang.Exception
- Create a output file from a XSL transform given XML file and XSL file
- Parameters:
xmlFileName
- name of XML File to usexslFileName
- name of XSL file to useoutputFileName
- name of output file
- Throws:
java.lang.Exception
- Description of the Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Main transform
- Parameters:
args
- arguments
- Throws:
java.lang.Exception
- if anything goes wrong.