Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 迁移xml数据_C#_Xml - Fatal编程技术网

C# 迁移xml数据

C# 迁移xml数据,c#,xml,C#,Xml,在即将发布的版本中,我有两种xml文件格式:旧模式和新模式。我的问题是,;迁移数据的最简单方法是什么?如何使用XSLT?我使用的是C,但BCL XslCompiledTransform加载方法似乎只接受1个文件作为参数。有人能举个例子来做这件事吗 如有任何建议,我们将不胜感激。谢谢这里有一个关于如何做的教程

在即将发布的版本中,我有两种xml文件格式:旧模式和新模式。我的问题是,;迁移数据的最简单方法是什么?如何使用XSLT?我使用的是C,但BCL XslCompiledTransform加载方法似乎只接受1个文件作为参数。有人能举个例子来做这件事吗


如有任何建议,我们将不胜感激。谢谢

这里有一个关于如何做的教程