将用户输入作为字符串传递给Xpath contains()函数

时间:2013-10-28 13:14:43

标签: dom xslt xpath

现在我通过以下表达式来查找通过所有文本节点查找的单词。在这个表达式中,我在函数itslef中给出了搜索词。每次我都不能手动给出这个词。

  

// * [contains(text(),\' gremlins \')]'

我需要将用户输入值作为字符串传递给xpath包含function.Something like this

Var word = "Hello"  
//*[contains(text(), \'that word should come here\')]'

是xpath的新手。对不起,这个问题可能听起来很愚蠢。请帮帮我

0 个答案:

没有答案