So I'm trying to convert XML to JSON using NXSD.
No mater what I do I get
Failed to translate XML to JSON.
The data does not conform to the NXSD schema. Please correct the problem
So what I did is to create two consequent nxsd transformation using the same schema,
one takes the desired JSON output and translates it to XML (and this one works perfectly and I get a well formed xml)
the next transformation is XML to JSON using the same schema and the xml output from the previous transformation and this one fails.


