Apply XSLT to an XML file

前端 未结 7 2049
栀梦
栀梦 2020-12-29 08:20

I realise that I will probably regret asking about this for the rest of my life, but... Is there some way of applying XSLT to an XML file without the XML file havin

7条回答
  •  無奈伤痛
    2020-12-29 08:57

    Yes, it is possible. All XSL-T implementations have API to execute XSL-T transformation over an XML file.

提交回复
热议问题