输出此命名空间: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'。