Remove white space from xml node not to attribute value



From below imput xml, i should get output xml as described.


Input Xml



<BPSResponse> <Response> <Code>804</Code> <Text>TagID value is not genuine.</Text> </Response> </BPSResponse>


Output Xml



<BPSResponse><Response><Code>804</Code><Text>TagID value is not genuine.</Text></Response></BPSResponse>

No comments:

Post a Comment