Documentation
toString
usage
string Sushee_Shell->toString()
retourne
the xSushee query as a character string
exemples
include_once('../sushee/common.php');
$shell = new Sushee_Shell();
$shell->addCommand('<GET><CONTACT ID="1857"/></GET>');
xml_out( $shell->toString() ); // returns <QUERY><GET><CONTACT ID="1857"/></GET></QUERY>