XML_sql2xml::addXmlString

XML_sql2xml::addXmlString -- Adds XML string

Synopsis

require_once "XML/sql2xml.php";

void XML_sql2xml::addXmlString (string $string [, mixed $xpath = NULL])

Description

Adds the content of a xml-string on the same level as a normal result set (mostly just below <root>)

Parameter

Note

This function can not be called statically.

See

XML_sql2xml::add()