// Read the XML descriptor
$templateInstance->loadXmlTemplate();
+ // "Cache" entries instance for next foreach loop
+ $entriesInstance = $templateInstance->getTemplateInstance();
+
+ // Is must not be NULL (then it can only be a template instance)
+ assert(!is_null($entriesInstance));
+
// Render the XML content
$templateInstance->renderXmlContent();
}
/**
- * Do the helped attempt by delivering a package to ourselfs
+ * Send out request-node-list answer package
*
* @param $nodeInstance An instance of a NodeHelper class
* @return void