Code: Select all
<?php
xml_parse_into_struct($xml_parser, $xml_string, $index, $value);
?>I would like to know if there is a way to convert the 2 Struct Array back into an XML string.
Thank you in advance
Regards
Mian
Solution: Construct object from the Array and then construct the XML from the Object.