MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following X path expressions selects first four p elements in the document? |
| A. | (//p) [index() L = 4] |
| B. | (//p) [order() L = 4] |
| C. | (//p) [position() & It ; = 4] |
| D. | (//p) [last() & It ; = 4] |
| Answer» D. (//p) [last() & It ; = 4] | |