Question

Datacom Systems Pvt. Ltd.
Datacom Systems Pvt. Ltd.
IN
Datacom Systems Pvt. Ltd.
Posted: Nov 6, 2016
Last activity: Jan 6, 2017
Last activity: 6 Jan 2017 2:04 EST
Closed
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
I tired Property-set-XML ,but that is also displayed in UI as text as below
<Response><UserDetails><Name></Name></UserDetails></Response>
I want to display in a structured xml format as below
<Response>
<output>
<Name></Name>
</output>
</Response>
<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***