差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

tech:xsl [2010/03/23 15:56] – 建立 jonathantech:xsl [2010/03/23 15:57] (目前版本) jonathan
行 1: 行 1:
 +====== XSL 介紹 ======
 +  * http://www.w3schools.com/xsl/xsl_languages.asp
 +  * XSL = E**X**tensible **S**tylesheet **L**anguage.
 +    * CSS = Style Sheets for HTML
 +    * XSL = Style Sheets for XML
 +  * XSLT = **XSL T**ransformations
 +  * XSLT Browsers :
 +    * Firefox supports XML, XSLT, and XPath from version 3.
 +    * Internet Explorer supports XML, XSLT, and XPath from version 6.
 +    * Internet Explorer 5 is NOT compatible with the official W3C XSL Recommendation.
 +    * Chrome supports XML, XSLT, and XPath from version 1.
 +    * Opera supports XML, XSLT, and XPath from version 9. Opera 8 supports only XML + CSS.
 +    * Safari supports XML and XSLT from version 3.
 +  * XSLT <template>
 +  * XSLT <value-of>
 +  * XSLT <for-each>
 +  * XSLT <sort>
 +  * XSLT <if>
 +  * XSLT <choose>
 +  * XSLT Apply
 +
 +
 +{{tag>xml xsl xpath}}