Apply XSLT to an XML file

前端 未结 7 2055
栀梦
栀梦 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 09:04

    Well, it seems that you're looking for some sort of ready solution. Instead of writing Java or .NET code to run XSLT on XML file. In Java world there is http://en.wikipedia.org/wiki/Apache_Cocoon library that allows that.

提交回复
热议问题