I have searched around a bit and the answer seems to lie in using a DOM object but, after a lot of tinkering, I can't get any of the examples to work and I can't work out what I'm doing wrong. It may be that I'm just using the wrong method.
The xml is really simple..
<?xml version="1.0" encoding="utf-8"?>
<courseinfo>
<info>Under inspection (decision 13:15)</info>
<buggies>Yes</buggies>
<trolleys>No</trolleys>
</courseinfo>
All I want to do is to update and save the child nodes <info>, <buggies> and <trolleys> using form strings.
What is the best way to approach this?