如何在vb.net中将命名空间添加到xml文档?

时间:2012-02-27 14:28:56

标签: xml vb.net xml-namespaces

输出此命名空间:hello="http://www.blabla.org/v33r45"

我正在使用System.Xml.XmlWriter

  If reader.IsStartElement() = True Then
     writer.WriteAttributeString("hello", ns)
  End If

例如,当我将属性命名为“xmlns”以外的其他内容时,它可以正常工作 hello。但当我将其更改为xmlns时,它无效。

我得到的信息是这样的:

  

前缀''无法在同一个开始元素标记内从''重新定义为'http://www.blabla.org/v33r45'。

0 个答案:

没有答案