Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torao/xslt-servlet
Web Servlet to transform static xml or xhtml with XSL on server-side
https://github.com/torao/xslt-servlet
Last synced: about 2 months ago
JSON representation
Web Servlet to transform static xml or xhtml with XSL on server-side
- Host: GitHub
- URL: https://github.com/torao/xslt-servlet
- Owner: torao
- Created: 2012-05-26T18:21:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-26T19:28:52.000Z (over 12 years ago)
- Last Synced: 2023-03-24T04:58:13.009Z (almost 2 years ago)
- Language: Java
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# XSL Servlet
## Introduction
The servlet implementation to transform static xml or xhtml files with XSL in server-side and send result to browser.
This make you easy to maintainance your design.* Environment: Java SE 6 or later, Servlet API 2.5 (Java EE 5) or later; such as Tomcat 6.0 (SuSE Linux 11, MacOS X 10.5)
* Libraries: No additional library dependencies, using JDK-Standard Java Logging API## Feature
* Server-side XSL transform for static xml files. You can easy to maintainance your site design.
* Cache transform result for performance. You will get same performance as static file access after second.
* Support GZIP compression, If-Modified-Since
* Additionan custom handler for complex transformation such as syntax-hilight.# Getting Started
You may add this XSLT Servlet on your Web Application as follows:
XSLTServlet
org.koiroha.kwt.xsl.XSLTServlet
default-xsl-uri
/style/default.xsl
XSLTServlet
*.xhtml
http://www.koiroha.org/kwt/xsl/index.xhtml
# Reference
* [API Reference](http://www.koiroha.org/kwt/api/)
# License
This module, contains source code, binary and documentation, is in the BSD License, and comes with NO WARRANTY