normalizer = $normalizer; } /** * Parse a template into an internal representation * * @param string $template Source template * @return DOMDocument Internal representation */ public function parse($template) { $dom = TemplateLoader::load($template); $ir = new DOMDocument; $ir->loadXML('