00001 <?php 00002 00011 class TKSnapXmlPreview extends TKSnapPreview { 00019 protected function getTranslators() { 00020 return array( 00021 'Standard XML 3' => 'STransStdXML3', 00022 'HTML' => 'STransHTML', 00023 'HTML (Media)' => 'STransHTMLMedia' 00024 ); 00025 } 00026 00034 protected function getFormattedSource() { 00035 return SXMLHelper::formatXMLSource($this->version->getContentModule()->getXML()); 00036 } 00037 } 00038 00039 ?>
1.5.6