xml:样式

CSS

说明:CSS,Cascading Style Sheet,层叠样式表,更适合 HTML。

示例:<?xml-stylesheet type="text/css" href="style.css"?>


XSL

说明:XSL,Extensible Style Language,可拓展样式语言,更适合 XML。

示例:<?xml-stylesheet type="text/xsl" href="style.xsl"?>