

MCQOPTIONS
Saved Bookmarks
1. |
Which one of the following is the correct syntax to refer to the style sheet “simple.xsl”? |
A. | <? xml – style sheet type = “text ⁄ xsl” href = “simple.xsl”?> |
B. | <style sheet href = “simple.xsl “type = “text / xsl” ⁄> |
C. | <link type = “text ⁄xsl” href = “simple.xsl”⁄> |
D. | <! Xml – style sheet href = “simple.xsl “type = “text ⁄ xsl”!> |
Answer» B. <style sheet href = “simple.xsl “type = “text / xsl” ⁄> | |