- From: Charles Reitzel <creitzel@rcn.com>
- Date: Thu, 30 May 2002 10:23:11 -0400
- To: Matthew Stanfield <matthew@propertyknowledge.com>
- Cc: Tidy Mailing List <html-tidy@w3.org>
My only thought is that it might not be much work to update TidyCOM with the current CVS at http://sf.net/projects/tidy/. I believe the diffs of the source files for the tidylib component of TidyCOM are small (diffs to 2000-08-04, that is). I would save those diffs in a separate file. Replace the tidylib sources from SourceForge and re-apply the changes. I think there are just a couple. At any rate, I did this once and it took an hour. hope this helps, Charlie At 03:00 PM 5/30/2002 +0100, Matthew Stanfield wrote: >Hi Tidyers, > >I need some help / advice please. > >TidyCom is a COM wrapper for HTML Tidy (this just means you can use Tidy >from within programming languages for Windows) and it's based on the >2000-08-04 version of HTML Tidy. TidyCom is no longer being developed or >maintained. > >I'm using TidyCom from dotnet's C# programming language and generally it >works fine. However the 2000-08-04 version of Tidy does not implement the >"repeated-attributes" option and this is something I now need as certain >pages that my software must dynamically Tidy have several elements with >repeated attributes in them. > >Is there another way of getting rid of these repeated attributes or getting >rid of any section / element that contains them; it would be fine if -say- >the entire element, that contains a repeated attribute, were to be just >completely left out of the Tidied document? > >Is there an alternative to TidyCom? In other words some way of Tidying a >html file from a programming language that allows me to output in xml. > >Why does the 2000-08-04 version of Tidy not output proper XML when you set >"output-xml" to be true? > >Anyone who's interested can find TidyCom @ >TidyCom: http://perso.wanadoo.fr/ablavier/TidyCOM/ > >Many thanks and regards, > >..matthew
Received on Thursday, 30 May 2002 10:21:58 UTC