--- bareface/yakka/library/YakkaEngine.php 2003/01/05 00:22:25 1.1 +++ bareface/yakka/library/YakkaEngine.php 2003/01/06 13:31:18 1.2 @@ -297,7 +297,7 @@ $this->templateCommandProcessor->preProcess($templateXml, $this->runtime->templateLocation, $this->runtime->templateId, $this->runtime->filePath); /* call template processor */ - $resultXml = $this->templateProcessor->process($engineXml, $templateXml); + $resultXml = $this->templateProcessor->process($engineXml, $templateXml, $this->runtime->filePath."/".$this->runtime->templateLocation."/".$this->runtime->templateId."/"); /* after having processed xsl, we call our own post-processor */ $this->templateCommandProcessor->postProcess($resultXml);