webstring is a template system designed for programmers whose preferred
template languages are Python and HTML (and XML for people that swing
that way).

Highlights of 0.3 include:

- an HTMLTemplate class for taking questionable HTML and outputting it
as correct XHTML 1.0, XHTML 1.1, or HTML 4.0
- better support for integrating string.Template and Python string
formatting so they can be used to format XML/HTML element and attribute
content.
- better batch templating
- support for pickling webstring's Template objects
- more tests including doctests
- removal of unit tests from the main module
- support for elementtree as an XML processing backend
- speed enhancements
- code changes to increase ease of use
- more documentation and examples

Changelog is available here:

http://psilib.sourceforge.net/CHANGELOG-0.3

The webstring module is available for download at:

http://prdownloads.sourceforge.net/psilib/webstring.py?download

More information on webstring including documentation and a tutorial
can be found at:

http://psilib.sourceforge.net/webstring.html

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to