我可以创建两个指向同一名称空间的不同前缀

时间:2014-02-23 18:42:13

标签: c#

考虑以下课程:

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类,我已经做了很多编码。

0 个答案:

没有答案