I used json_encode and json_decode with simplexml objects, but that resulted in losing some attributes of some elements! For example, there were some "image" nodes with "size" attributes such as "small," "medium," or "large." But after I encoded and decoded the object with json, the "image" nodes were there, but without the "size" attributes! See http://bonsai.php.net/bug.php?id=46309&edit=1 for someone else's experience with this!
So, what is a good and easy way to parse XML in PHP and serialize the XML?
Thanks!
So, what is a good and easy way to parse XML in PHP and serialize the XML?
Thanks!