Apache模塊 mod-xslt

fmms 13年前發布 | 7K 次閱讀 Apache

mod-xslt 是一個 Apache 的擴展模塊,用 XSLT 樣式單來實現將 XML 文件轉換成 HTML 文檔的功能。

mod-xslt2 is able to:

  • parse dynamically generated xml provided by cgi scripts or server side languages, like perl or php.
  • use a full featured language based on PIs to choose which stylesheet to use, language that can make use of headers provided by the client, GET parameters and regular expressions
  • parse external DTDs and use the defaults therein provided
  • fetch stylesheets or external entities from other dynamic pages, http or ftp urls without creating the potential of deadlocks and avoiding most of the dangerous conditions
  • set the mime type of the transformation result as told by the xslt
  • let the xslt access GET parameters or modify the headers returned back to the browser
  • provide a set of standard compliant functions allowing you to keep your xslt or xml files compatible with any xslt processor, even when using mod-xslt2 enhanced features
項目地址: http://www.mod-xslt2.com/

 本文由用戶 fmms 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!