Re: creating "jsp-like" tool with python

2007-03-26 Thread Bruno Desthuilliers
jd a écrit : > I'd like to create a program that takes files with "jsp-like" markup > and processes the embedded code (which would be python) to produce the > output file. There would be two kinds of sections in the markup file: > python code to be evaluated, and python code that returns a value t

Re: creating "jsp-like" tool with python

2007-03-24 Thread irstas
jd wrote: > I'd like to create a program that takes files with "jsp-like" markup > and processes the embedded code (which would be python) to produce the > output file. There would be two kinds of sections in the markup file: > python code to be evaluated, and python code that returns a value tha

Re: creating "jsp-like" tool with python

2007-03-24 Thread Kushal Kumaran
On Mar 24, 6:18 am, "jd" <[EMAIL PROTECTED]> wrote: > I'd like to create a program that takes files with "jsp-like" markup > and processes the embedded code (which would be python) to produce the > output file. There would be two kinds of sections in the markup file: > python code to be evaluated,

creating "jsp-like" tool with python

2007-03-23 Thread jd
I'd like to create a program that takes files with "jsp-like" markup and processes the embedded code (which would be python) to produce the output file. There would be two kinds of sections in the markup file: python code to be evaluated, and python code that returns a value that would be inserted