nl.knowledgeplaza.util.dosutil
Class XSLT

java.lang.Object
  extended by nl.knowledgeplaza.util.dosutil.XSLT

public class XSLT
extends java.lang.Object


Constructor Summary
XSLT()
           
 
Method Summary
static void main(java.lang.String[] args)
          Accept two command line arguments: the name of an XML file, and the name of an XSLT stylesheet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLT

public XSLT()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws javax.xml.transform.TransformerException
Accept two command line arguments: the name of an XML file, and the name of an XSLT stylesheet. The result of the transformation is written to stdout.

Throws:
javax.xml.transform.TransformerException


Copyright © 2010. All Rights Reserved.