Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Strip empty namesapces from XML using Xquery/Xslt- xmlns=""

user12679330Oct 6 2011 — edited Oct 6 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 3 2011
Added on Oct 6 2011
4 comments
1,559 views