Yuji Kumasaka wrote:

>Hi,
>
>What are the differences between ECS and DOM HTML (XMLC) ?
>

Just briefly glancing at the xmlc page the following jump out as 
differences:

(1) ECS strives to generate anytype of markup you might otherwise embed 
in a java program via java objects. 
(2) ECS doesn't take markup and generate java
(3) ECS takes java and generates xml/wml/xhtml/html/rtf/etc.

There is a class that will take an ECS Document tree and hand you back a 
DOM tree ( assuming that your ECS tree is a valid xml document, which 
might not always be the case with html. )  ECS is really just away to 
avoid coding markup directly in your java classes. 

-stephan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to