Documentation
outputXML
usage
Sushee_Shell->outputXML()
exemples
include_once('../sushee/common.php');
$shell = new Sushee_Shell();
$shell->addCommand(
'<GET name="visitor">
<CONTACT ID="1857"/>
</GET>'
);
$shell->execute();
$shell->outputXML();