Posted by Snaggy on 12/13/06 20:33
I have this structure: <node> <subnode /> <subnode /> <subnode /> <subnode /> </node> I want to get this: <node> <wrapper> <subnode /> <subnode /> <subnode /> <subnode /> <wrapper> </node> How to do it with simpleXMLelement in php 5? bye thanks Luca
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming