Metadata-Version: 1.0
Name: ll-xist
Version: 3.1
Summary: An extensible HTML/XML generator
Home-page: http://www.livinglogic.de/Python/xist/
Author: Walter Doerwald
Author-email: walter@livinglogic.de
License: MIT
Download-URL: http://www.livinglogic.de/Python/xist/Download.html
Description: XIST is an extensible HTML and XML generator. XIST is also a XML parser with a
        very simple and pythonesque tree API. Every XML element type corresponds to a
        Python class and these Python classes provide a conversion method to transform
        the XML tree (e.g. into HTML). XIST can be considered 'object oriented XSLT'.
        
        
        Changes in 3.1 (released 01/18/2008)
        ------------------------------------
        
        *	Fixed the problem that the source distibution didn't include header files.
        
        *	If an :class:`URLAttr` attribute contains a processing instruction XIST will
        no longer transform the URL in any way.
        
        *	Fixed a parser bug, where attributes were dropped when the attribute value
        was empty.
        
        *	Putting a module into a :class:`Pool` object now copies the ``xmlns`` attribute
        too. This makes it possible to use :class:`Pool` objects as conversion targets.
        
        
        
Keywords: XML,HTML,XHTML,XSLT,HSC,XSL-FO,SVG,WML,iHTML,Relax NG
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
