[EMAIL PROTECTED] wrote:
> 
> If you check ecs2 out of cvs look in the org.apache.ecs.html directory i've
> implemented a few of the html elements from the w3c 4.0 spec.  Basically
> what needs to be done is to go through the spec and implement the remaining
> elements.  It's not hard just tedious.
> 
> For example lets implement some of the html td element.

<snip implementation>

> Most of the work takes place inside the base class.  We use an innerclass
> so that the object can be extended and reused.  As you can see there isn't
> much to implementing an element aside from alot of typing.  Hope this
> helps.
> 
> Feel free to ask questions.

Ok, cool. Now that I've checked out ecs2 and looked through whats been
written so far, I feel up to it. Now I have some questions.

1) Do you intend to implement each and every attribute that is specified
in the W3C document? For instance I see attributes for 'summary'.

2) Should I refer to the HTML 4.01 or 4.0?

3) How fast do you need this doing?

Simon


--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to