How to make dynamic xml in php?

Toovedesktres

New Member
I am trying to make a dynamic depth XML. For example, consider the structure:\[code\]<a> <has> <b> <is> <x> </is> </b> <c> <has> <d> <has> <e> ... <is> <y> </is> </e> </has> </d> </has> </c> </has></a>\[/code\]So the element may simply is the other thing or has more things. How can I make this structure using PHP? Thank you!
 
Back
Top