O
Oliver Wong
Is there a function (or other construct) which will return true if a certain
XPath points to an existing element, and false otherwise? E.g.
exists(./foo/bar)
would return true if there exists a foo/bar element which is the child of
the current context node, and false otherwise.
- Oliver
XPath points to an existing element, and false otherwise? E.g.
exists(./foo/bar)
would return true if there exists a foo/bar element which is the child of
the current context node, and false otherwise.
- Oliver