Dump a XML object
str = xmlDump(xmlObj [, indent])
xmlObj, a XML mlist
indent, a boolean
str, a matrix of strings
Dump a XML object. The objects which are dumpable are XMLDoc, XMLElement or XMLList. If indent is false (by default it is true), no indentation and carriage return will be added.
Version | Description |
5.4.0 | XML module introduced. |