_____ is used to transform the contents of an XML document into another document format.

A. ?XSL-FO
B. ?XHTML
C. ?MSXML
D. ?XSLT


Answer: D

Computer Science & Information Technology

You might also like to view...

Thread safety in JavaFX applications is achieved not by synchronizing thread actions, but by ensuring that programs manipulate the scene graph from only the JavaFX application thread. This technique is called ________.

a. thread restriction. b. scene graph confinement. c. thread confinement. d. None of the above.

Computer Science & Information Technology

The process of breaking a string down into tokens is known as __________.

a. tokenizing b. buffering c. simplifying d. parsing

Computer Science & Information Technology

One way to increase processing speed is to move program instructions and data from memory to the processor more quickly. To help accomplish this objective, many computers contain a block of high-speed __________.

a. ROM b. RAM c. registers d. cache memory

Computer Science & Information Technology

Which of the following justifies the output to the left?

A. showpoint B. right C. setw(width) D. left E. fixed

Computer Science & Information Technology