文獻探討 1 -XSLT 2.0 XSLT(eXtensible Stylesheet Language Transformation) 本身也是一份標準的 XML 文件。 XSLT 主要與 XML 文件搭配使用,有以下幾種用途: XML to XML XML to XHTML XML to Text 大部分的瀏覽器皆支援 XSLT 處理器 (XSLT Processor) ,具有跨平台的優點,僅需撰寫一份 XSLT 文件即可運用在各平台之上。
4.
XSLT 與 CSS的差異 What CSS Can Do Modify the font size, color, family, and style of text in markup. Define the location and size of an element. Change the background image and color of elements. Create a new look and feel for markup pages to display on the Web. What XSLT Can Do Convert data in a standard XML format to SQL statements, tab-delimited text files, or other database formats for data sharing. Transform XSLT style sheets into new style sheets. Turn Web pages (written in XHTML) to VoiceML or XHTML Basic for handheld devices. Add CSS style sheets to XML documents for view in a browser .