" . $cpaint_xml_result . ""; } function cpaint_xml_add_data($dataname, $uniqueid, $datavalue) { global $cpaint_xml_result; $cpaint_xml_result = $cpaint_xml_result . "<" . strtoupper($dataname) . " ID=\"" . $uniqueid . "\">" . $datavalue . ""; } function cpaint_xml_open_result($uniqueid) { global $cpaint_xml_result; $cpaint_xml_result = $cpaint_xml_result . ""; } function cpaint_xml_close_result() { global $cpaint_xml_result; $cpaint_xml_result = $cpaint_xml_result . ""; } } ?>