297 |
$this->templateCommandProcessor->preProcess($templateXml, $this->runtime->templateLocation, $this->runtime->templateId, $this->runtime->filePath); |
$this->templateCommandProcessor->preProcess($templateXml, $this->runtime->templateLocation, $this->runtime->templateId, $this->runtime->filePath); |
298 |
|
|
299 |
/* call template processor */ |
/* call template processor */ |
300 |
$resultXml = $this->templateProcessor->process($engineXml, $templateXml); |
$resultXml = $this->templateProcessor->process($engineXml, $templateXml, $this->runtime->filePath."/".$this->runtime->templateLocation."/".$this->runtime->templateId."/"); |
301 |
|
|
302 |
/* after having processed xsl, we call our own post-processor */ |
/* after having processed xsl, we call our own post-processor */ |
303 |
$this->templateCommandProcessor->postProcess($resultXml); |
$this->templateCommandProcessor->postProcess($resultXml); |