Class fr.bizolin.xml.xsl.XSLEngine
All Packages Class Hierarchy This Package Previous Next Index
Class fr.bizolin.xml.xsl.XSLEngine
java.lang.Object
|
+----fr.bizolin.xml.xsl.XSLEngine
- public class XSLEngine
- extends Object
XSLEngine by Bizolin (c)Cyril Vincent
www.multimania.com/cvincent/
February 2000
Apply an XSL on an XML document with the Oracle XSL processor. The result is an XML document
This class needs the org.w3c.dom and the oracle.xml.parser.v2 packages.
- Version:
- 1.0.000315
- Author:
- Cyril Vincent
-
XSLEngine(String, String)
-
-
XSLEngine(String, String, String)
-
-
XSLEngine(String, String, String, boolean)
-
-
XSLEngine(String, String, String, boolean, OutputStream)
-
-
main(String[])
- Main program
XSLEngine
public XSLEngine(String xslFile,
String xmlFile,
String encoding,
boolean canon,
OutputStream os)
- Parameters:
- xslFile - XSL file name
- xmlFile - XML file name
- encoding - XML encoding
- canon - yes for level 4 browsers
- os - Output stream
XSLEngine
public XSLEngine(String xslFile,
String xmlFile,
String encoding,
boolean canon)
- Parameters:
- xslFile - XSL file name
- xmlFile - XML file name
- encoding - XML encoding
- canon - yes for level 4 browsers
XSLEngine
public XSLEngine(String xslFile,
String xmlFile,
String encoding)
- Parameters:
- xslFile - XSL file name
- xmlFile - XML file name
- encoding - XML encoding
XSLEngine
public XSLEngine(String xslFile,
String xmlFile)
- Parameters:
- xslFile - XSL file name
- xmlFile - XML file name
main
public static void main(String args[]) throws Exception
- Main program
- Throws: Exception
- Exception
All Packages Class Hierarchy This Package Previous Next Index