O.P. RE: [Help!] Writing to XML files
Thank you for your help.
How would I add more than one child to a parent tag at once. For example, to add the following to an XML file for every message received:
<Message>
<Sender>Test</Sender>
<Text>Test Text</Text>
</Message>
Hope you can help,
Edit: I've managed to do this, but the children are always added to the same parent, instead of new ones. How would I retrieve the number of <Message> tags in the file?
This post was edited on 07-05-2006 at 01:01 PM by rob_botch.
|