John Salerno wrote: > Jean-Paul Calderone wrote: > >> def include(filename): >> print open(filename).read() >> >> include('header.html') >> >> Behold, the power of a general purpose programming language. >> >> Jean-Paul > > Thanks, pretty good idea! But my guess is that I can't just use it this > way within an HTML file.
As the effbeot kindly mentionned, you cannot do any include in a HTML file - the HTML spec doesn't mention such a beast. -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list