ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
parser.php
Go to the documentation of this file.
1 <?php
2 
3 require_once("SeqTreeBuilder.php");
4 
6 $ret=$builder->buildNodeSeqTree("imsmanifest.xml");
7 echo json_encode($ret);
8 ?>