XmlDocument xd = new XmlDocument();
        xd.Load(Server.MapPath("文件路径"));
        string xml = xd.OuterXml;