You need to display the list of cars in the code snippet below in a column format, with a counter column for each row. Which XPath function do you use for the counter?xml Cadillac Escalade 2007 Ford Mustang 1968 Mercedes C-Class 1999

🎲 Try a Random Question  |  Total Questions in Quiz: 32  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
XML Quiz — practice the complete quiz, review flashcards, or try a random question.

XML MCQs For LinkedIn Skill Assessments.


You need to display the list of cars in the code snippet below in a column format, with a counter column for each row. Which XPath function do you use for the counter?<br>xml<br><cars><br> <car><make>Cadillac</make> <model>Escalade</model> <year>2007</year></car><br> <car><make>Ford</make> <model>Mustang</model> <year>1968</year></car><br> <car><make>Mercedes</make> <model>C-Class</model> <year>1999</year></car><br></cars><br>