Python code examples that _generate_ HTML/XML?

Bengt Richter bokr at oz.net
Fri Oct 18 15:03:28 EDT 2002


On Thu, 17 Oct 2002 20:29:20 GMT, "Robert Oschler" <Oschler at earthlink.net> wrote:

>I'm creating an app for use in-house, that will assist a user (complete
>novice) in creating web pages.  So after they complete a session I will need
>to take their "instructions" and generate the items necessary to display the
>desired pages in a browser.  Therefore I'll be creating the HTML/XML tags
>and code dynamically for things like list boxes, buttons, hrefs, graphics,
>etc.  Has anybody seen any code samples or URL's for such that show how to
>do this in Python?  Are there parts of the Zope source code that might be
>helpful to look at, if so what 'py' files?
>
Have you looked at
   http://www.python.org/doc/current/lib/module-xml.dom.html
?

Regards,
Bengt Richter



More information about the Python-list mailing list