Multiple choice technology web technology What is a correct way of referring to a stylesheet called "mystyle.xsl" ? <?xml-stylesheet type="text/xsl" href="mystyle.xsl" ?> <stylesheet type="text/xsl" href="mystyle.xsl" /> <link type="text/xsl" href="mystyle.xsl" /> None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation XML stylesheets are referenced using a processing instruction with the format . This is the standard way to link an XSL stylesheet to an XML document for transformation or formatting.