Stylesheets are
-
A way of doing transformations in XML
-
Used to change the layout of the XML
-
Used to induce HTMl effects in XML
-
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.