After Parrot, what next?

Jeff Epler jepler at inetnebr.com
Fri Apr 13 22:05:40 EDT 2001


On Fri, 13 Apr 2001 13:03:43 +0300, Kristian Ovaska
 <kristian.ovaska at helsinki.fi> wrote:
> "Ken Seehof" <kens at sightreader.com>:
>>FORTRAN).  XML would allow the actual column arrangement to be decided
>>later in a style sheet.
> 
> May I suggest a FONT element. This would be great for visualizing
> code. Also, a BLINK element could be used to mark really important
> parts of code.

Why, that's why you need to be using PyHTML!

Example code:
    def isprime(x):
        """ This routine seems to have some bugs.... """
        return x in [2, 3, 5, 7, 9, 11]
    <P>
        for i in range(20):
            if isprime(x):
                <BLINK> x
            else:
                <FONT SIZE=6> x
    <A HREF="http://incolor.inetnebr.com/jepler/pyhtml">
        "PyHTML in action"

Jeff



More information about the Python-list mailing list