John Ky wrote:
> Daniel:
>
> Some of your optimisations sound very good.
>
> I thought it might also be better that you
> subclass MyTD and others directly from
> MultiPartElement and SinglePartElement
> because when you remove addElement() and
> the set*() methods you don't need, there
> doesn't seem to be much left.
>
I think his concern is the size of the jar file since applets will d/l
the entire jar before they are able to do anything useful. My
suggestion is to make your own distribution that removes wml xml and
html packages from the distribution then you can work with the core api
directly ( which is actually quite small ).
ConcreteElement td = new ConcreteElement("td");
td.addAttribute("colspan","2");
td.output(new PrintWriter(System.out));
-stephan
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]