摘要: xsl 可方便的将一种格式的xml,转换成另一种格式的xml,参考下面的代码:using System;using System.IO;using System.Text;using System.Xml;using System.Xml.Xsl;namespace XslLoad{ class Program { static void Main(string[] args) { string xml = @" Empire Burlesque Bob Dylan USA Columbia 10.... 阅读全文
posted @ 2013-08-16 14:22 菩提树下的杨过 阅读(2653) 评论(0) 推荐(0)