net.sourceforge.taverna.util
Class XmlUtil

java.lang.Object
  extended by net.sourceforge.taverna.util.XmlUtil

public class XmlUtil
extends java.lang.Object

Author:
Mark

Constructor Summary
XmlUtil()
           
 
Method Summary
static java.lang.String transform(java.lang.String xslt, java.lang.String xml)
          This method transforms an XML document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtil

public XmlUtil()
Method Detail

transform

public static java.lang.String transform(java.lang.String xslt,
                                         java.lang.String xml)
This method transforms an XML document.

Parameters:
xslt -
xml -
Returns: