zebra
index
/home/sabren/web/webappworkshop.com/pydoc/lib/zebra/__init__.py

Zebra: a text generation and reporting system
 
$Id: __init__.py,v 1.18 2004/01/25 01:39:07 sabren Exp $

 
Package Contents
            
Bootstrap
__init__
html
lexer
test (package)
xml2mdl
zbr2xml
 
Functions
            
escape(s)
Escape backslashes, quotes, and newlines
fetch(template, model={})
fetch the template, and appy it to the model
indent(s, depth=1, indenter=' ')
indent(s,depth=1,indenter='    ') => Indent a multi-line string.
old_parse(string)
parse the old, non-xml format
parse(string)
parse the xml format
show(template, model={})
same as fetch(), but prints the result
trim(s)
trim(s) => Strips leading indentation from a multi-line string.
 
Data
             __file__ = '/home/sabren/web/webappworkshop.com/pydoc/lib/zebra/__init__.pyc'
__name__ = 'zebra'
__path__ = ['/home/sabren/web/webappworkshop.com/pydoc/lib/zebra']