C# XSD校验XML文件的代码
摘要:
/// /// XSD文件校验XML /// /// public ArrayList ECSValueValidation() { ArrayList al = new ArrayList(); try { //doc是XmlDocument对象 doc.Load(m_xmlURL); } catch (System.Exception ex) ... 阅读全文
posted @ 2013-08-02 10:55 悟生慧 阅读(1034) 评论(0) 推荐(0) 编辑