本文介绍了要删除的根元素属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

pls帮助我使用sql删除xml的根元素的属性

pls help me to remove the attribute of root element of xml using sql

<root xmlns="http://tempuri.org/">
.
.
.
.
.
</root>


我希望该标签看起来像


i want that tag looks like

<root>.....</root>




or

<root xmlns="">





help me how to do?

推荐答案


这篇关于要删除的根元素属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 00:23