com.flexiblewebsolutions.xml.util
Class XSLUtils

java.lang.Object
  extended by com.flexiblewebsolutions.xml.util.XSLUtils

public class XSLUtils
extends java.lang.Object

Utilities for using XSL to transform XML into HTML.

Author:
Donavon Buss

Constructor Summary
XSLUtils()
           
 
Method Summary
 void transform(javax.xml.transform.Transformer pXSL, java.lang.String pXMLPath, java.io.File pOutFile)
          Convert an xml file to html using XSL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLUtils

public XSLUtils()
Method Detail

transform

public void transform(javax.xml.transform.Transformer pXSL,
                      java.lang.String pXMLPath,
                      java.io.File pOutFile)
Convert an xml file to html using XSL.

Parameters:
pXSL - Transformer which contains XSL information
pXMLPath - - Path to xml file to be parsed
pOutFile - - Destination location for output file


Copyright © -2005 . All Rights Reserved.