/[cvs]/bareface/yakka/library/YakkaEngine.php
ViewVC logotype

Diff of /bareface/yakka/library/YakkaEngine.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bareface, Sun Jan 5 00:22:25 2003 UTC revision 1.2 by bareface, Mon Jan 6 13:31:18 2003 UTC
# Line 297  class YakkaEngine { Line 297  class YakkaEngine {
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);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed