One option to format query results is to add the declaration _____ to the XQuery prolog, which preserves all of the white space characters from the XQuery file and writes them to the result document.
A. ?declare boundary-space indent;
B. ?declare boundary-space preserve;
C. ?!indent=yes;
D. ?declare indent-space=yes;
Answer: B
You might also like to view...
When troubleshooting style sheet errors, you should check the end of every style property to ensure that there is a(n) ____ in place.
A. semicolon B. asterisk C. ampersand D. backslash
Which computer port transmits audio and video without the need for compression?
A. VGA B. USB C. HDMI D. RGA
Most search engines assume that a list of several keywords entered into the search text box are connected by the OR operator.
Answer the following statement true (T) or false (F)
A polymorphic method
a) has multiple implementations within the same class definition. b) is uniquely identified by the data types of its arguments. c) can be used in a subclass if it’s not used in a base class. d) has the same name as another method within the same class hierarchy.