<?xml version="1.0" encoding="ISO-8859-1"?>
<messages>
<post>
<id>1</id>
<userName>lala</userName>
<text>some nice text</text>
<timePosted>12456754</timePosted>
</post>
</messages>
I want to add a new post to messages, how do I do it? I tried adding it with addChild, didn’t work.
1 Answer