XML_Transformer::XML_Transformer

XML_Transformer::XML_Transformer –

Synopsis

void XML_Transformer::XML_Transformer ( array parameters )

Description

Constructor of the XML_Transformer class. It can be passed an associative array that may have the following keys:

  • caseFolding: If TRUE, XML attribute and element names will be case-folded. caseFoldingTo: May be either CASE_UPPER or CASE_LOWER and sets the target case for the case-folding. debug: 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. recursiveOperation: If TRUE, the transformation will continue recursively until the XML contains no more overloaded elements. Can be overrided on a per-element basis. overloadedElements: Associative array with pre-defined set of overloaded elements. overloadedNamespaces: Associative array with pre-defined set of overloaded elements.
Introduction to XML_Transformer (Previous) XML_Transformer::overloadElement (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.