values being omitted
i don't know what the problem is exactly, but i'm not getting expected results. here's what i see in a simple test.
any help would be greatly appreciated. thank you.
Same problem.
As far as I understand, JSON structure needs to be little more specific (as described in tutorial, nested objects). Each xml node should be an object itself, so, for example, in first case, proper JSON should be
var input = [{x:'abc},{y:'def'},{w:100}];
That would generate valid xml.
I'm having the same exact issue. I was hoping to pass-in a simple Json object and get a propper output, after all:
xmlObject xmlObject is a _normal_ JavaScript Object/JSON object that defines the data for the XML string.