Solved

The Path Expression _____ Uses a Predicate to Select Only

Question 8

Multiple Choice

The path expression _____ uses a predicate to select only those store elements from the gjc_stores.xml file that operate in the state of Colorado.


A) document() 'gjc_stores.xml') //store[state='CO']
B) doc('gjc_stores.xml') //state[store='CO']
C) doc('gjc_stores.xml') //store[state='CO']
D) document() 'gjc_stores.xml') //state[store='CO']

Correct Answer:

verifed

Verified

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

Related Questions