hi!
i have gone through the xml functions provided in the php manual.
but there are no functions available for manipulating xml documents ... the functions available are useful only for parsing the documents ...
functionalities like adding a child node, deleting a node .... are not provided.
in Java there is a API called
javax.xml.parsers.DocumentBuilderFactory
using that you can create XML documents and manipulate them on the fly ...
is to possible to do all that in PHP ....
Thanks in Advance ...
Danny ....