checkNodeExist($nodeName)) { echo '
Documentation
'; echo '
'; // HTML output echo $schema2html->getNodeTypeDoc($nodeName); echo '
'; } // end if node exist else { echo "

The node documentation is not exist!

"; } ?>