I'm having some problems using the context switcher when I try to default the context to 'xml'. It tells me that the default context is xml but it doesn't load the xml.phtml files. Here is my code per the manual:

   public function init()
   {
       //set all context to xml
       $this->_helper->contextSwitch()->initContext('xml');

   }

It simply does not load my xml.phtml files.  What am I doing wrong?

Thanks,
-Joshua-

Reply via email to