Multiple Choice
Craig is working to develop an XSLT application to display election results, using XML files with the structures shown in the accompanying figure. He has heard that you have experience developing applications, and comes to you for guidance.
-Now that the precinctNames key has been declared, Craig would like to use it to return a count of all votes from the precinct of Ceylon. Which of the following functions do you suggest he use to do this?
A) count(key="precinctNames" select="Ceylon")
B) count(key("precinctNames", "Ceylon") )
C) count::precinctNames//"Ceylon"
D) key("precinctNames", count("Ceylon") )
Correct Answer:

Verified
Correct Answer:
Verified
Q70: In a predicate, the expressions are resolved
Q71: Provide an overview of the three key
Q72: Many XSLT processors support extension _ that
Q73: The _ step to employ Muenchian grouping
Q74: In addition to extension functions, you can
Q76: The _ is an index based on
Q77: One useful tool for debugging a style
Q78: The syntax for declaring a required ID
Q79: The key() function cannot be used with
Q80: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TBX9153/.jpg" alt=" Sandra is working