Here are some short instructions for use of mod-xslt.
The stylesheet is specified using the Proce - 资源详细说明
Here are some short instructions for use of mod-xslt.
The stylesheet is specified using the Processing Instruction
<?xml-stylesheet type="text/xsl" href="URL-OF-YOUR-STYLESHEET"?>
or now new
<?xslt-stylesheet agent="THE-USER-AGENT-STRING-OF-THE-BROWSER" href="URL-OF-YOUR-STYLESHEET"?>
This now enables you to use different Stylesheets for different browsers. (For example Netscape & IE) (or Web & WAP for that matter)
Here are some short instructions for use of mod-xslt.
The stylesheet is specified using the Proce - 源码文件列表