msommar
Joined: 10 Oct 2011 Posts: 1
|
Posted: Mon Oct 10, 2011 7:53 am Post subject: Simple example of std.xml |
|
|
Hi
Any one here, who can show me an simple example how to create a xml-file.
And then read from it?
<root>
<cars>
<model>jeep
<year>
1965
</year>
<engine>
vroom
</engine>
</model>
</cars>
</root>
An example how the xml-file could look like..
// Micke |
|