Dynamic XML Editing

Friends
I wanna edit an existing XML file using PHP.
For eg: I have an xml file like
<book>
<titile>C</tiltle>
</book>
Now i want to add one more node to this. So that my xml file should be like
<book>
<titile>C</tiltle>
<title>C++</title>
</book>

Anyone of you can tell me how can i acheive the above. Any help would b gr8ly appreciated.
Regards
Ranmahs :red: