考虑以下课程:
public class root {
public string str;
}
我可以按如下方式创建xml文件:
<root xmlns:pf1 = "http://www.w3.org/1999/xhtml" xmlns:pf2 = "http://www.w3.org/1999/xhtml">
<str></str>
</root>
因此,我试图为同一名称空间创建两个不同的前缀。我也在使用XmlSerializer类,我已经做了很多编码。