posts - 15,  comments - 29,  trackbacks - 1
公告
04 2005 档案
用XmlSerializer删除xsd和xsi前缀
摘要: The easiest way to do this is to use an overload of the Serialize method. -- StringWriter sw=new StringWriter();    XmlTextWriter tw=new XmlTextWriter(sw);       XmlSeria...阅读全文
posted @ 2005-04-10 10:53 XiaoLin's Blog 阅读(737) | 评论 (3) 编辑