' ;
// Create the main "Connector" node.
echo '' ;
// Add the current folder node.
echo '' ;
}
function CreateXmlFooter()
{
echo '' ;
}
function SendError( $number, $text )
{
SetXmlHeaders() ;
// Create the XML document header
echo '' ;
echo '' ;
exit ;
}
?>