- From: Robert Sösemann <rsoese@gmx.de>
- Date: Tue, 23 Nov 2004 10:40:22 +0100 (MET)
- To: html-tidy@w3.org
I need to process HTML Tidy HTML document that have custom tags in places
where the HTML content model doesn not allow this. So new-*-tags options
won't help.
Do you see any other way to do that. I thought of extending the code of the
Tidy java port JTidy, but the code is too complicated and JTidy mailing list
is nearly dead.
Here is a snippet of an example page.
....
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<my-contenttype name="foo">
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<my-attribute name="bar">
<td class="headline_01">
FooBar
</td>
</my-attribute>
</tr>
</table>
</td>
</my-contenttype>
</tr>
<table>
....
--
Geschenkt: 3 Monate GMX ProMail + 3 Top-Spielfilme auf DVD
++ Jetzt kostenlos testen http://www.gmx.net/de/go/mail ++
Received on Tuesday, 23 November 2004 12:04:19 UTC