Metadata-Version: 1.0
Name: XSLTemplates
Version: 0.1
Summary: An XSLT based template system for WSGI applications.
Home-page: UNKNOWN
Author: Eric Larson
Author-email: eric@ionrock.org
License: BSD
Description: XSLTemplate is a simple XSLT based templating system that was created in order to use XSLT for WSGI web applications. The goal is to have a simple means of using XSLT for templating as well as provide an obvious and simple way of extending template via traditional XSLT extension functions and elements.
        
        As it is based on 4Suite, all the 4Suite documentation can be used as a basis for creating extensions. Also, XSLTemplate comes with some basic extensions specific to web applications.
        
Keywords: xml xslt wsgi template
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
