3 * Created on Jul 9, 2007
5 * To change the template for this generated file go to
6 * Window - Preferences - PHPeclipse - PHP - Code Templates
13 require_once ('DocBuilder.phpc');
16 * File will call the xml build doc class to read the php Doc
17 * xml files and build our master file. You can pass the following
20 * <li> output file name</li>
26 $path = "/data/home/emann/sandbox/php/phpdoc/phpdoc/";
27 //$ver = "/data/home/emann/sandbox/php/phpdoc/phpdoc/phpbook/phpbook-xsl/version.xml";
30 * instantiate DocBuilder
32 $doc = new DocBuilder('out.xml', $path);