I’m a bit new to the whole flat file thing and I’m starting with a simple XML file as my data source.
So I have the means to read it
turning
<blog>
<head>Title1</head>
<content>The writing</content>
<footer>the final bit</footer>
</blog>
into something displayed on my site but now how can i write to it so that it comes up with the same but in another <blog> tree?
thanks
Dave