[TriLUG] html clean up/format

Douglas Kojetin djkojeti at unity.ncsu.edu
Wed Apr 16 15:52:35 EDT 2003


Hi All-

Does anyone know of a good 'html cleanup/format' program (other than doing
it by hand)? A solo program or integrated one will work. 

For instance, I'd like to take a series of html files and 'clean them up'
(as in tabbed indexing, etc). Example:

----- 
Input
-----
<TABLE BORDER="0" WIDTH="70" CELLPADDING="1" CELLSPACING="0">
 <TR><TD class=border>asdf
</td></tr></table>

------
Output
------
<TABLE BORDER="0" WIDTH="70" CELLPADDING="1" CELLSPACING="0">
 <TR>
  <TD class=border>
   asdf
  </td>
 </tr>
</table>

Thanks for the input-

Doug




More information about the TriLUG mailing list