在XPath中使用变量包含函数

时间:2019-03-22 14:56:42

标签: xpath contains selectnodes

是否可以在contains()函数中使用一个变量,其中“ softwareVersion”是一个变量,如下所示?

XmlNodeList nodeList = root.SelectNodes(“ // Profile [包含(@VER,softwareVersion)]”);

softwareVersion是传递给执行SelectNodes函数的函数的参数。

仅当使用字符串文字时,我才能使contains函数起作用: XmlNodeList nodeList = root.SelectNodes(“ // Profile [包含(@VER,\” 3.21 \“)]”“);

0 个答案:

没有答案