XML.HTMLTeacher.Com
[Search] [Contact] [Sitemap]
XML
[Main]
[XSLT]
[Stylesheet Declarations]
[Classes]
[XHTML]
[XML]
[CSS]
[Design]
[Programming]
[Marketing]

* Use the following stylesheet declarations for Internet Explorer 6 and Netscape 6.
    The XSL Document
    Begin the stylesheet with the following declaration:

    <?xml version="1.0"?>

    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">


    The XML Document
    Link the stylesheet to xml document:

    <?xml version="1.0"?>

    <?xml-stylesheet type="text/xsl"
    href="XSL_Document_Filename.xsl"?>
* Stylesheet Declaration for Internet Explorer 5 only. (Be aware that Internet Explorer 5 and 5.5 do not process XSLT as does Internet Explorer 6. Many processing instructions set forth by the XSL stylesheet will not be recognized.)
    The XSL Document
    Begin the stylesheet with the following declaration:

    <?xml version="1.0"?>

    <xsl:stylesheet
    xmlns:xsl="http://www.w3.org/TR/WD-xsl">


    The XML Document
    Link the stylesheet to xml document:

    <?xml version="1.0"?>

    <?xml-stylesheet type="text/xsl"
    href="XSL_Document_Filename.xsl"?>



All materials, tutorials and content are copyrighted by HTMLTeacher.Com.
Any use of any material, tutorials and/or content provided by this site is prohibited without expressed written consent of the author.

Copyright ©2003 HTMLTeacher.Com and Sonia Weimann