Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

values being omitted #28

Open
iksnae opened this issue May 8, 2016 · 3 comments
Open

values being omitted #28

iksnae opened this issue May 8, 2016 · 3 comments

Comments

@iksnae
Copy link

iksnae commented May 8, 2016

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.

screen shot 2016-05-08 at 11 01 18 am

any help would be greatly appreciated. thank you.

@IhorKirei
Copy link

Same problem.

@kurunve
Copy link

kurunve commented Aug 23, 2016

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.

@CelsoSantos
Copy link

CelsoSantos commented Aug 30, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants