Hi,
I'm trying to save an XML file that will look like this:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE MyApp Project> <Project> <Name> "Project Name" </Name> <Programs> <Program 1> <value1> "Value1" </value1> <value2> "Value2" </value2> </Program 1> </Programs> </Project>
Can anoyone provide me an example to write this XML? I'm reading the docs but I can't find a XML creation example.
Thanks,