Preferred tool for folding XML into HTML
Russell Turpin
russell_turpin at hotmail.com
Mon Jan 7 10:37:59 EST 2002
More information about the Python-list mailing list
Mon Jan 7 10:37:59 EST 2002
- Previous message (by thread): Preferred tool for folding XML into HTML
- Next message (by thread): Preferred tool for folding XML into HTML
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This isn't really a Python question, but the Pythoneers are smart folks, so I thought I would ask it here. Suppose a development group is making a web app by using Python back-end scripts to generate XML. The XML is desired for automation and modularity. To create the interactive site, the problem then reduces to folding the dynamic data, as presented in XML, into static HTML pages. In other words, the following translation is the last step in generating each web page: XML (dynamic) + HTML template (static) -> final HTML What are now the preferred tools for doing this? Thanks! Russell
- Previous message (by thread): Preferred tool for folding XML into HTML
- Next message (by thread): Preferred tool for folding XML into HTML
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list