What is a parent element for node <span> in the code below?
<div>
<ul>
<li>
<span>
<strong>Bold text</strong>
</span>
</li>
</ul>
</div>
Experience Level: Junior
Tags: XPath
Answer
Oops, we don't have the answer yet...
Ask our expert directlyRelated XPath job interview questions
What will be located by "//@*" XPath expression?
XPath JuniorWhy would you use normalize-space() function in XPath?
XPath JuniorWhat XPath number operators do you know?
XPath JuniorWhat XPath boolean operators do you know?
XPath JuniorWhat XPath comparison operators do you know?
XPath Junior