org.apache.tools.ant.taskdefs

Interface XSLTLiaison3

public interface XSLTLiaison3 extends XSLTLiaison2

Extends Proxy interface for XSLT processors.

Since: Ant 1.7

See Also: XSLTProcess

Method Summary
voidsetStylesheet(Resource stylesheet)
sets the stylesheet to use as a resource

Method Detail

setStylesheet

public void setStylesheet(Resource stylesheet)
sets the stylesheet to use as a resource

Parameters: stylesheet the stylesheet to use as a resource

Throws: Exception if the stylesheet cannot be loaded