超清原畫 完整無(wú)密 網(wǎng)盤分享 地址看評(píng)論
需要引用下面的命名空間:
1 2 | using System.Xml; |
方法實(shí)現(xiàn):
1 2 3 4 5 6 7 8 9 | public static string ConvertXML(XmlDocument InputXMLDocument, string XSLTFilePath |
示例xml文件如下:
1 2 3 4 5 6 7 8 9 10 11 12 | <?xml version="1.0" encoding="utf-8" ?> |
示例xslt文件如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <?xml version="1.0" encoding="UTF-8" ?> |
調(diào)用的c#代碼:
1 2 3 | XmlDocument xDoc=new XmlDocument(); |
將輸入如下html:
1 2 3 4 5 6 7 8 9 10 11 12 13 | <div> |