|
|
Assert.AreEqual ("xmlns='http://abc.def'", StringWriterText, "#2");
|
|
Assert.AreEqual ("xmlns='http://abc.def'", StringWriterText, "#2");
|
|
|
xtw.WriteAttributeString (null, "test", "http://www.w3.org/2000/xmlns/", "http://abc.def");
|
|
xtw.WriteAttributeString (null, "test", "http://www.w3.org/2000/xmlns/", "http://abc.def");
|