[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Alpha release (again :)




One more comment on the project list:

>  Basic HTML - kasper
>     H[1-9]
>     P
>     B, STRONG
>     CENTER
>     I, EM
>     PRE
>     A

In my code it doesn't make much sense to handle only these tags: it's
basically reading the HTML/XML stream and checking it against a
standard DTD or the DTD specified in the stream, correcting it along
the way if necessary (and possible). The restriction to these tags
is a more important issue for the displaymanagers, which actually 
have to implement what the tags are going to look like.

Kasper