Mapping JSON object to XML element in XSLT

Hi @dchiesa1 , My requirement is to insert JSON request in to XML for one of the element while doing XSLT mapping. I am able to successfully map the json request to XML element. The issue i am facing, The response of XSLT policy resulting special characters(&#xD) after every new line in the JSON request.  

Could you please help me.

0 1 225
1 REPLY 1

The &#xD is an XML escape sequence for a newline character.  It often has no impact on the consumer of the XML. If for some reason you really must exclude that escape sequence from the XML, then maybe you need to change how you're embedding the JSON into the XML.

Can you tell me how you are doing it? You wrote:

I am able to successfully map the json request to XML element.

Just how are you doing that? With what Apigee policy? What is the configuration? Show me.

Also, Maybe you could show me an exact example of what you're seeing, and also

an example of what you would LIKE to see.