Lines Matching defs:xml
44 $this->error(-32600, 'server error. invalid xml-rpc. not conforming to spec. Request must be a methodCall');
58 $xml = <<<EOD
71 $this->output($xml);
112 public function output($xml)
114 $xml = '<?xml version="1.0"?>' . "\n" . $xml;
115 $length = strlen($xml);
118 header('Content-Type: text/xml');
120 echo $xml;