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)
谢谢!