【问题标题】:Is there a tool similar to the Web.config transformation tool that I can use on xml in general?是否有类似于 Web.config 转换工具的工具,我可以在一般的 xml 上使用?
【发布时间】:2017-02-19 16:13:05
【问题描述】:

我不得不对少数 xml 配置文件进行更改,这很乏味且容易出错。我想知道是否有可用的工具,例如 web.config 转换工具,我可以使用它来转换常规 xml。

【问题讨论】:

    标签: xml visual-studio


    【解决方案1】:

    更改 xml 文件的好工具是 XSLT。不幸的是,我对 web.config 转换工具不熟悉,所以我不能说它们是否相似。

    【讨论】:

    • 我知道 XSLT,但是有没有什么东西可以为我执行这些转换而无需编写代码来执行它?
    • @Dave - 你想要能读懂你想法的神奇转变吗?
    • 命令行可能吗? c:\>用-this.xslt转换my.xml > output-to-this.xml
    • 谷歌“XSLT 命令行”结果 1:xml.apache.org/xalan-j/commandline.html
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-12-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-05-04
    • 2013-03-12
    相关资源
    最近更新 更多