【发布时间】:2019-02-01 11:29:55
【问题描述】:
这是我的 XML 文件:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5">
<soapenv:Header/>
<soapenv:Body>
<ns:listTransPattern>
<searchCriteria>
<pattern>%</pattern>
<routePartitionName>%</routePartitionName>
<description>%</description>
</searchCriteria>
<returnedTags>
<pattern>?</pattern>
<routePartitionName>?</routePartitionName>
<description>?</description>
</returnedTags>
</ns:listTransPattern>
</soapenv:Body>
</soapenv:Envelope>
我尝试添加一个元素与<returnedTags>并行。我应该如何在 VBA 中实现它?非常感谢!
【问题讨论】:
-
这是一个错字。我修好了它。仍然需要有关如何与
并行添加元素的帮助。非常感谢! -
我为此发布了一个答案。告诉我。
-
非常感谢!这就是我一直在寻找的 - XPath 中的引用命名空间。