Controlling the order of XML namepaces

前端 未结 6 1199
你的背包
你的背包 2021-01-15 00:26

I\'m having a problem getting the \"xmlns\" to appear first in the root attribute list.

Im getting this:

  

        
6条回答
  •  温柔的废话
    2021-01-15 01:07

    Would XmlWriter be an option for you?

    Afaik, it gives you full control of the order of attributes and namespace declarations.

提交回复
热议问题