gpt4 book ai didi

xdt-transform - xdt :transform with similar attributes

转载 作者:行者123 更新时间:2023-12-02 00:13:03 28 4
gpt4 key购买 nike

我有一个包含 WCF 设置的配置文件:

<host>
<add baseAddress="net.tcp://myaddress.com:12345/MyService"/>
<add baseAddress="net.tcp://anotheraddress:67890/MyOtherService"/>
</host>

“add”元素只有一个 baseAddress 属性,所以我不能使用 Match 定位器。一种方法如何像我的示例中那样转换多个元素?

最佳答案

我最终做的是将 xdt:Transform="Replace"移动到父节点,例如:

<host xdt:Transform="Replace">
<add baseAddress="net.tcp://myaddress.com:12345/MyService"/>
<add baseAddress="net.tcp://anotheraddress:67890/MyOtherService"/>
</host>

关于xdt-transform - xdt :transform with similar attributes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14569362/

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