public final class JaxoXsltTransformer
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
transform(java.io.File inFile,
java.io.File outFile,
java.io.File xslFile,
java.util.Map<java.lang.String,java.lang.String> parameters,
java.util.Map<java.lang.String,java.lang.String> properties)
Transform an xml file with xslt.
|
public static void transform(java.io.File inFile,
java.io.File outFile,
java.io.File xslFile,
java.util.Map<java.lang.String,java.lang.String> parameters,
java.util.Map<java.lang.String,java.lang.String> properties)
throws java.io.IOException
inFile - the file to transform.outFile - the target file.xslFile - the xslt stylesheet.parameters - a Map of parameters for the transformation. May be null.properties - a Map of output properties for the transformation. May be null.java.io.IOException - if an I/O error happens.Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.