I am new to XSLT and would like to remove the "xsi:nil="true"" from all the attributes that are created with this tag in the payload that is generated from Maximo.
<ROUTESTOPID xsi:nil="true" />
<SCHEDFINISH xsi:nil="true" />
<SCHEDSTART xsi:nil="true" />
Could someone please suggest the how to achieve this using XSLT.
Thanks in advance.