- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Mon, 24 May 2004 03:56:19 +0200
- To: Michael Engelhart <mengelhart@eztrip.com>
- Cc: html-tidy@w3.org
* Michael Engelhart wrote: >But, there are many instances where a <webobject /> tag wraps a ><tr><td></td></tr> set of tags in a table to repeat through a list of >elements to generate a table. I am afraid Tidy does not allow to do that. What would be possible is that you specify --input-xml in which case Tidy would not apply any HTML/XHTML processing but might be able to ensure the well-formedness of the document. It might also be possible to change Tidy so that it would allow to specify --input-xml yes --output-xhtml yes so that it would additionally allow to use the XHTML pretty printer if that is what you are looking for. Other than that, it would probably be rather difficult to add such capability to Tidy.
Received on Sunday, 23 May 2004 21:56:55 UTC