Example #1
0
 /**
  * @param string $xslFile absolute o relative path to XSL file used include path
  * @param array $xsltParameters
  *
  * @return $this|Element|Tag|Field
  */
 public function xslt($xslFile, $xsltParameters = array())
 {
     return $this->ownerDocument->xslt($xslFile, $xsltParameters, $this);
 }