Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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