Multiple choice technology programming languages

Stylesheets are

  1. A way of doing transformations in XML

  2. Used to change the layout of the XML

  3. Used to induce HTMl effects in XML

  4. None of the above

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Stylesheets like XSLT serve two primary purposes in XML: transforming documents into different structures (like converting XML to HTML) and controlling presentation layout. Option A correctly identifies the transformation capability, while Option B describes the layout/presentation function. Options C and D are incorrect because stylesheets don't 'induce HTML effects' as suggested, and 'None of the above' is false since both A and B are valid functions of stylesheets.