If you want to clean up your HTML to make it valid (HTML or XML), check
out HTMLTidy from the W3C: http://www.w3.org/People/Raggett/tidy/
This is a highly configurable tool. You will probably be interested in
the XHTML options.
Alon
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of jon *
> Sent: Wednesday, May 17, 2000 10:49 PM
> To: ECS
> Subject: Re: html2ecs
>
>
> on 5/17/2000 1:21 PM, Marhas Dildar S <[EMAIL PROTECTED]> wrote:
>
> > Html2Ecs uses org.apache.xerces.parsers.DOMParser which is really an
> > XML
> > parser. Parsing a regular HTML document generates quite a few
> > SAXParseException (s). I believe that there are SGML based HTML
> > parsers
> > that might do a better job
> > Are there any improvements in the pipeline?
> >
> > Regards,
> > Dildar
> >
>
> there are improvements in the pipeline if you write them. :-)
>
> we have pretty much abandoned the concept of creating ECS
> Java code out of
> HTML. it was a stupid experiment. much better is to just use
> something like
> Webmacro to abstract your HTML from your code...
>
> -jon
>
> --
> Java Servlet Based - Open Source | Collab.Net
> Bug/Issue Tracking System | now hiring smart people
> <http://scarab.tigris.org/> | <http://Collab.Net/jobs/>
>
>
>
> --
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
>
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]