Solved

George Is Developing an XSLT Style Sheet to Display Data

Question 68

Multiple Choice

    George is developing an XSLT style sheet to display data from research surveys. The structure of the surveys.xml file is shown in the accompanying figure. He comes to you for assistance in preparing the final file. -The source document contains data for thousands of surveys. George would like to display information for only the first six surveys. Which of the following shows the correct syntax for the predicate George should use to insure only the first six surveys are displayed? A)  [position()  <= 5] B)  [position()  = 5] C)  [position()  <= 5]. D)  [position()  < 6]  
George is developing an XSLT style sheet to display data from research surveys. The structure of the surveys.xml file is shown in the accompanying figure. He comes to you for assistance in preparing the final file.
-The source document contains data for thousands of surveys. George would like to display information for only the first six surveys. Which of the following shows the correct syntax for the predicate George should use to insure only the first six surveys are displayed?


A) [position() <= 5]
B) [position() = 5]
C) [position() <= 5].
D) [position() < 6]

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions