gpt4 book ai didi

xslt - 在 TeamCity 上运行 XSLT 转换

转载 作者:行者123 更新时间:2023-12-04 23:21:29 26 4
gpt4 key购买 nike

是否有任何内置方法可以在 TeamCity 上运行 XSLT 转换?优选地,作为构建步骤。由于到目前为止我还没有在文档中找到任何内容,因此我对该功能不太有信心,但是,过去可能有人已经集成了 XSLT 转换。

最佳答案

不,teamcity 没有 XSLT 转换运行器。但是,您可以使用以下 powershell 脚本进行转换。

$xslt = new-object system.xml.xsl.xslcompiledtransform
$xslt.load('D:\SampleTransform.xsl')
$xslt.Transform('D:\Input.xml', 'D:\Output.xml')

关于xslt - 在 TeamCity 上运行 XSLT 转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25115802/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com