- From: Andy Quick <ac.quick@sympatico.ca>
- Date: Sat, 28 Aug 1999 18:28:02 -0400
- To: <html-tidy@w3.org>
I am thinking of adding core DOM support to Java Tidy in the near future. I was wondering what the plans are for DOM support for the official C Tidy. Since C does not lend itself easily to object-oriented programming, I was wondering if anyone is working on wrapping Tidy as a COM object? It would make a nice little project, and it could include support for DOM interfaces. Andy Quick -----Original Message----- Message-ID: <000701bef162$61cbfc80$a492343e@d.nads.de> From: "Mario Ellebrecht" <ellebrecht@cityweb.de> To: <html-tidy@w3.org> Date: Sat, 28 Aug 1999 16:34:00 +0200 Subject: DOM support? Hi, are there any plans on supporting the DOM interfaces for representing parse trees in Tidy? I am using Andy Quick´s JTidy in a university project to parse sloppy HTML into a modifyable tree. Since XML parsers won´t accept these documents, JTidy is a good solution for the problem. However, DOM is a standard object model and has the advantage of being widely used and supported byother packages. I believe turning JTidy into a full-fledged parser by supporting (at least core) DOM would be a great feature to add!
Received on Saturday, 28 August 1999 18:28:57 UTC