Hi All,
I'm totally new to xml and I have to generate an XML file with the output of a database.
the structure isn't particularly complex (not many nested elements) so my question is:
can i use just a sequence of loops and echos like
echo "<tag> $variable </tag>";
etc.
Now, i've seen around very complex(to me!) functions or classes such as XMLWrite - Should I use one of those, or i can just go on with the loop+echo one?