sxmltemplate (version 0.3.0, April 2010)
index
../__init__.py

Simple XML generator from a input template.
 
This module generates XML documents from other xml source template (file, 
string, ...) through setting the part of XML template which will be 
cloned/repeated on each input data.
Tip: http://blog.ianbicking.org/templating-via-dict-wrappers.html
More information, see test code.

 
Package Contents
       
exceptions
sxmltemplate

 
Data
        __all__ = ['sxmltemplate', 'exceptions']
__author__ = 'Jose Riguera Lopez <jriguera@gmail.com>'
__copyright__ = '(c) Jose Riguera'
__date__ = 'April 2010'
__license__ = 'GPL (v3 or later)'
__package_author__ = 'Jose Riguera Lopez <jriguera@gmail.com>'
__package_copyright__ = '(c) Jose Riguera, October 2008'
__package_license__ = 'GPL (v2 or later)'
__package_name__ = 'sxmltemplate'
__package_released__ = 'October 2008'
__package_revision__ = '0'
__package_version__ = '0.3.0'
__version__ = '0.3.0'

 
Author
        Jose Riguera Lopez <jriguera@gmail.com>