Strip empty namesapces from XML using Xquery/Xslt- xmlns=""
Hi,
Can you please tell me what is the xquery/xslt snippet to remove empty namespaces exist in an xml file.
<date xmlns="">20111006</date>
to
<date>20111006</date>
Thanks.
Edited by: user12679330 on 05-Oct-2011 23:32
Edited by: user12679330 on 06-Oct-2011 00:06