XSLTransformer
ptolemy.actor.lib.xslt.XSLTransformer

This actor reads an XSLT file and apply it to a dom tree. The file or URL is specified using any form acceptable to the FileParameter class. <p>Currently, this actor requires the <a href="http://saxon.sourceforge.net/">Saxon</a> XSLT processor so as to ensure reproducible results. This restriction may be relaxed in later versions of this actor. <p>FIXME: what should the type of the input/output ports be???.

Author(s): Yang Zhao, Christopher Hylands Brooks
Version:$Id: XSLTransformer.doc.html,v 1.1 2006/02/22 18:42:26 mangal Exp $
Pt.Proposed Rating:Red (liuj)
Pt.Accepted Rating:Red (liuj)




fileOrURL
The file name or URL from which to read. This is a string with any form accepted by FileParameter.