Re: Array to XML

2010-06-16 Thread calvin
There are many ways to convert the same array into XML. How will the function know which you want? How will it know when you want to add a value as an attribute or as a textnode? On Jun 15, 10:34 pm, Kyle Decot wrote: > I need to take an array that I have and turn it into something similar > to:

Array to XML

2010-06-16 Thread Kyle Decot
I need to take an array that I have and turn it into something similar to: sdfsdfkdsjfdsfljdsflkjdsfkldsjf Is it possible to do this without knowing the exact structure of the array I'm providing. I want to be able to pass it pretty much anything as this will be used in a bunch of metho