Re: html2ecs

Jon Scott Stevens <[email protected]> Wed, 14 Aug 2002 11:43:38 -0700
Newsgroups gmane.comp.jakarta.ecs.devel
Message-ID <B97FF2EA.37804%[email protected]>
on 8/13/02 2:06 PM, "John Crater" <[email protected]> wrote:

> Hi,
> 
> I've been working on an ECS HTML tree builder that reads from a File or
> Reader and builds ECS HTML heirarchies. I've actually got something
> working (not tested well yet though). I noticed the html2ecs subproject
> and that someone had started on this but not completed it. Is there any
> interest in something like this out there?
> 
> John

It shocks me that people still use ECS for this...take a look at Velocity.
No more hard coding HTML in Java.

http://jakarta.apache.org/velocity/

-jon