Re: [MarkLogic Dev General] JSON issue with REST API

2014-07-21 Thread manoj viswanadha
Hi Erik, Thanks for your quick resposne. Please find the attached transformation file which i am using to tranform xml to json response. As i already mentioned same code working good with ML-6 but its not coming as pure json in ML-7. Thanks, Manoj. On Mon, Jul 21, 2014 at 6:28 PM, Erik Henn

Re: [MarkLogic Dev General] MD5 - Hash Question

2014-07-21 Thread Sujith
Many Thanks on this. Will take your inputs into consideration. David, we ran this across ~couple of Million records across ML vs Hadoop and things look good, but will take a closer look. On Mon, Jul 21, 2014 at 4:40 AM, Anthony Coates wrote: > Classification: Public > > I like hashing as a

Re: [MarkLogic Dev General] JSON issue with REST API

2014-07-21 Thread Erik Hennum
Hi, Manoj: You might get a more useful response if you provide the transform code. Assuming the transform is in XQuery, you can quote with either single or double quotes, so it might be convenient to use single quotes to wrap the string with embedded quotes (as in '{"key":"value"}'). Alternati

[MarkLogic Dev General] JSON issue with REST API

2014-07-21 Thread manoj viswanadha
Hi all, I am facing some issue with json response using ML-7 REST API. I am using tranformations using REST API options to convert xml to json. In ML-6 i am able the get the pure json response but in ML-7 i am getting JSON response as string. Because of that double quotes (" ") its not coming as