简体   繁体   中英

Empty xmlns is created

I add an Xelement to a parent Xelement :

rootElement.Add(schemaRootTag);  

The new XML element has an empty xmlns attribute like: xmlns="" .

Any ideas?

This has been asked here before. It's all to do with how you create the XElement: https://stackoverflow.com/a/12039383/616304

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM