PHP - XPATH选择仅包含空格或空格的元素

时间:2013-11-03 15:35:07

标签: php xpath whitespace domxpath

如果PHP中的XPATH数量多少,我如何选择空的<td> </td>或仅包含空格?

我想替换下面代码中的两个not(text()),以便不仅不匹配文本而且匹配空格。

//tr[td[1][contains(text(), "'. $match .'")]] /following-sibling::tr[td[1][not(text())] and preceding-sibling::tr[1][td[1][not(text()) or contains(text(), "'. $match .'")]]]

0 个答案:

没有答案