hi all ;)
is there a way to merge two XML documents in php using DOM or SAX?
For example we have an XML like this:
<root>
<insert_here id="xml_id"/>
</root>
I want to insert a document into (instead of?) the <insert_here> tag.
Is that possible using some simple PHP instructions?
or will i have to parse the XML on my own and do an
ordinary text-based solution?
Thanx :)
ZeNDeR-X
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]