Re: [MarkLogic Dev General] JSON transformation problem

2016-01-18 Thread David Lee
hat would give you a different result if it did. (it would be a non-conforming parser) From: general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Geert Josten Sent: Tuesday, January 12, 2016 8:45 AM To: MarkLogic Developer Discussion Sub

Re: [MarkLogic Dev General] JSON transformation problem

2016-01-12 Thread Geert Josten
ussion mailto:general@developer.marklogic.com>> Date: Tuesday, January 12, 2016 at 1:34 PM To: "general@developer.marklogic.com<mailto:general@developer.marklogic.com>" mailto:general@developer.marklogic.com>> Subject: [MarkLogic Dev General] JSON transformation problem Hi,

Re: [MarkLogic Dev General] JSON transformation problem

2016-01-12 Thread Asit Nautiyal
Dev General] JSON transformation problem Hi, I am trying to transform the below mentioned XML data into JSON: 10.23 10.00 When I am executing it against a database which does not have the respective schema associated I am getting the following output: {"data":{"

[MarkLogic Dev General] JSON transformation problem

2016-01-12 Thread Roy Chowdhury, Soumadri
Hi, I am trying to transform the below mentioned XML data into JSON: 10.23 10.00 When I am executing it against a database which does not have the respective schema associated I am getting the following output: {"data":{"price1":"10.23", "price2":"10.00"}} When I am executing it against a