相关疑难解决方法(0)

使用C#中的XSLT将XML转换为HTML的最简单方法?

XSLT新手问题:请填写下面的C#代码片段中的空白:

public static string TransformXMLToHTML(string inputXml, string xsltString) {
  // insert code here to apply the transform specified by xsltString to inputXml 
  // and return the resultant HTML string.
  // You may assume that the xslt output type is HTML.
}
Run Code Online (Sandbox Code Playgroud)

谢谢!

c# xslt

20
推荐指数
1
解决办法
4万
查看次数

标签 统计

c# ×1

xslt ×1