Function template_generic_xml_recursive
Recursive function for displaying generic XML data.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Themes/default/Xml.template.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Themes/default/Xml.template.php
array |
$xml_data |
An array of XML data |
string |
$parent_ident |
The parent tag |
string |
$child_ident |
The child tag |
integer |
$level |
How many levels to indent the code |