摘要:
XslCompiledTransform xsl = new XslCompiledTransform(); if (!File.Exists(@"F:\XML&XSLT\demo\xml\index_html5.xsl")) { } try { xsl.Load(new System.Xml.XPath.XPathDocument(@"F:\XML&XSLT\demo\xml\index_html5.xsl")); } catch { } xsl.Transform(@"F:\XML&XSLT\demo\xml\ind
阅读全文