xml解析

public class XmlFile
    {
        private XmlDocument xmlDoc = new XmlDocument();
        private string xmlFileName = null;

        public string FilePath
        {
            set { xmlFileName = value; }
       阅读全文
类别:基础编程 查看评论
文章来源:http://hi.baidu.com/zhouwillpower/blog/item/d5d411d59e6215c351da4b50.html

posted on 2009-02-03 20:51  zhouwillpower  阅读(74)  评论(0编辑  收藏  举报