Python embedded like PHP

A.M. Kuchling akuchlin at ute.mems-exchange.org
Wed Mar 20 10:33:33 EST 2002


In article <mailman.1016626151.9950.python-list at python.org>, 
	Andy Gimblett wrote:
> It's not pseudo-HTML, it's W3C compliant HTML (is "<?", btw?).

Yes; <? ?> is part of the XML spec, and is intended for embedding
processing instructions in XML.

Quixote turns the idea of templating on its head and embeds HTML in
Python code.  Section 4 of
http://www.amk.ca/python/writing/mx-architecture/ talks about why this
turns out to be a really good idea.

--amk                                                             (www.amk.ca)
I'm as truthful, honest, and about as boring as they come.
    -- Mel, in "The Ultimate Foe"

  



More information about the Python-list mailing list