Hi all,
Here, a xml file is not in proper format. I need to replace the "&" symbol to "&" under the attributes. Find below the sample xml file for glance:
<root>
<child1>
<child2 attribute1="tes t&test">Testing </child2>
<child1>
</root>
Let me know how to resolve this instance. I need output like -- attribute1="tes t&test" --. I need to replace "&" symbol using the XSL.
Thanks
Here, a xml file is not in proper format. I need to replace the "&" symbol to "&" under the attributes. Find below the sample xml file for glance:
<root>
<child1>
<child2 attribute1="tes t&test">Testing </child2>
<child1>
</root>
Let me know how to resolve this instance. I need output like -- attribute1="tes t&test" --. I need to replace "&" symbol using the XSL.
Thanks
Comment