getPath('class', $option); $iterator = new mosIterator(); require_once( $mosConfig_absolute_path . '/includes/domit/xml_domit_lite_include.php' ); $xml = new DOMIT_Lite_Document(); $xml->resolveErrors( true ); $result = $xml->loadXML($mainframe->getPath('com_xml', $option)); if (!$result) { header('HTTP/1.0 500 Internal Server Error'); echo '

We meet the Expectation Error!

'; return; } ?>
説明
documentElement; $description =& $root->getElementsByPath('description', 1); echo $description->gettext(); ?>