Hi! I'm trying to parse, manipulate, and build an XML file.
I found the option to create an array of child (to maintain the order in built XML file), so i use it. But when i generate back the XML seems like tat the builder didn't see the options, so he generate a totally different output (put children as XML node, but should loop over them and generate the right tags).
It's possible that Builder didn't accept the same options as Parser?
Thanks in advance!