Source for file debug-grddl.php
Documentation is available at debug-grddl.php
require_once 'XML/GRDDL.php';
$logger = Log ::singleton ('console');
$file = $_SERVER['argv'][1 ];
$options = array ('documentTransformations' => true ,
'htmlTransformations' => true ,
'htmlProfileTransformations' => true ,
'namespaceTransformations' => true ,
'preserveWhiteSpace' => false ,
print $grddl->crawl ($file);
//python testft.py -r "php process-grddl.php " --debug grddl-tests.rdf > results.rdf
Documentation generated on Mon, 11 Mar 2019 15:22:15 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|