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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:21:35 GMT