XML_Transformer::setDebug
XML_Transformer::setDebug –
Synopsis
void XML_Transformer::setDebug (
mixed debug
)
Description
Enables or disables debugging to error.log.
The parameter may be either TRUE or FALSE, thus enabling or disabling complete debugging information. May also be an array containing the names of elements to which the generated debugging information shall be limited. The special keywords "&CDATA" and "&RECURSE" may be used to enable debugging information for CDATA and recursion events.