如何在 vtd XML 上使用 XPATH 连接多个标记值?
<pre>
<a>
<b>
<c>Hi</c>
<d>Vtd</d>
<e>Users</e>
</b>
</a>
</pre>
我尝试使用以下内容失败。
Xpath: concat(\a\b\c, \a\b\d, \a\b\e) Result is : Hi Vtd Users
如果我在此 XPATH 中使用 concat,我会收到以下错误:
Error "Function Expr can't eval to node set"