Filters
Question type

Study Flashcards

  Sandra is working with an XML file containing product orders with the structure shown in the accompanying figure. She was just introduced to step patterns, and would like to incorporate them into the style sheet she is developing to display the orders data. She comes to you for help in developing expressions incorporating step patterns. -Sandra would like to write an abbreviated expression to select the parent of the current context node. Which of the following do you tell her is the correct abbreviated expression? A)  . B)  .. C)  ../ D)  * Sandra is working with an XML file containing product orders with the structure shown in the accompanying figure. She was just introduced to step patterns, and would like to incorporate them into the style sheet she is developing to display the orders data. She comes to you for help in developing expressions incorporating step patterns. -Sandra would like to write an abbreviated expression to select the parent of the current context node. Which of the following do you tell her is the correct abbreviated expression?


A) .
B) ..
C) ../
D) *

E) A) and D)
F) All of the above

Correct Answer

verifed

verified

You can test whether a processor supports a particular extension element or attribute using the _____ function


A) element-available()
B) available()
C) test-element()
D) element-check()

E) B) and D)
F) A) and C)

Correct Answer

verifed

verified

To declare an ID attribute as optional in the source document's DTD, use the expression _____.


A) <!ATTLIST element attribute ID #OPTIONAL>
B) <!ATTLIST element ID #IMPLIED attribute>
C) <!ATTLIST element ID #OPTIONAL attribute>
D) <!ATTLIST element attribute ID #IMPLIED>

E) B) and D)
F) All of the above

Correct Answer

verifed

verified

The _____ math extension functions in EXSLT calculates the nodes with the lowest value in node-set .


A) math.lowest( node-set )
B) math.min( node-set )
C) math.floor( node-set )
D) math.bottom( node-set )

E) A) and B)
F) A) and D)

Correct Answer

verifed

verified

Once you generate the list of unique values, you can use the _____ element to write code to the result document for each unique value.


A) namespace
B) stylesheet
C) apply-templates
D) template

E) All of the above
F) None of the above

Correct Answer

verifed

verified

  -The accompanying figure shows a sample node set, with the context node shaded blue. In each image, the objects in the node set that are selected by a specific step pattern axis value are numbered and shaded in red. Which axis value is represented by image F? A)  following-sibling B)  descendant C)  ancestor D)  following -The accompanying figure shows a sample node set, with the context node shaded blue. In each image, the objects in the node set that are selected by a specific step pattern axis value are numbered and shaded in red. Which axis value is represented by image F?


A) following-sibling
B) descendant
C) ancestor
D) following

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

The abbreviated form of the step pattern self::node() is _____.


A) .
B) ..
C) ../
D) /

E) C) and D)
F) A) and B)

Correct Answer

verifed

verified

The _____ step to employ Muenchian grouping is to reference the group value using expression  where expression is the element or attribute used to group the node set.


A) first
B) second
C) third
D) fourth

E) None of the above
F) B) and D)

Correct Answer

verifed

verified

A community of XSLT developers created a standard collection of extension elements and extension functions called EXSLT .

A) True
B) False

Correct Answer

verifed

verified

You can use the generate-id() function to create links for specific locations within a web page.

A) True
B) False

Correct Answer

verifed

verified

When a processor encounters an extension element it does not recognize, it searches inside of that element for the _____ element.


A) fallback
B) else
C) default
D) catch

E) B) and D)
F) None of the above

Correct Answer

verifed

verified

Showing 81 - 91 of 91

Related Exams

Show Answer