Apply XSL to External XML

前端 未结 5 832
南旧
南旧 2020-12-28 08:54

Currently I use:


To link XSL to XML.

If my xml was here: www.externald

5条回答
  •  既然无缘
    2020-12-28 09:35

    One solution: Get the external XML into an XMLDocument object and then insert a node that contains include statement of xsl. Include xsl can be taken from http://adityabajaj.com/weblog/include-xsl-in-x-ml/.

提交回复
热议问题