标签: xpath
我需要在节点中写入管道后排除文本。
前:
<meta property="og:xx" content=" this is my text | this is text I need to exclude">
我不确定如何在|之后排除文字。
|
我知道我要说的是在div中包含所有文本,但不知道我如何只包含管道前面的文本,或者在管道之后排除文本。
//meta[@property='xx']//@content