Examlex

Solved

Given the Following Code, What Will the XPath /Items/item[2]/product/price Generate

question 58

Multiple Choice

Given the following code, what will the XPath /items/item[2]/product/price generate? <items>
<item>
<product>
<description>Ink Jet Refill Kit</description>
<price>29.95</price>
</product>
<quantity>8</quantity>
</item>
<item>
<product>
<description>4-port Mini Hub</description>
<price>19.95</price>
</product>
<quantity>4</quantity>
</item>
</items>


Definitions:

Related Questions