I am looking for an extension / class that allow me to create and modify
XML documents within PHP.  I looked at the xml extensions packaged with
PHP and it looks like these are used only for parsing XML.

In addition to parsing the XML, I need to be able to add / edit and
insert nodes.  Best example I can give is an order.  I would need to
create an order and then insert / edit and delete line items of that
order.

Can someone point me in the write direction?

David McInnis


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to