Question
Datacom Systems Pvt. Ltd.
IN
Last activity: 6 Jan 2017 2:04 EST
How to Convert String to Structured XML format
The Soap Response XML comes as text/String format,We need to display this response text in UI as a Structured XML.
Can you Please let us know the best way to do this
I was using text area to display the response xml.
I want to display in Structured XML format
<Response><UserDetails><Name></Name></UserDetails></Response>
I want to display in a structured xml format as below
<Response>
<output>
<Name></Name>
</output>
</Response>
***Updated by Moderator: Vidyaranjan | Included categories***