Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
xml_info.php
Go to the documentation of this file.
1 <?php
3 
4  function handle(&$params){
6  import('Dataface/XMLTool.php');
7  $xt = new Dataface_XMLTool();
8  echo $xt->header();
9  echo $xt->getInfo();
10  echo $xt->footer();
11  exit;
12  }
13 }
14 ?>