I was wondering if anyone had successfully used HTML Tidy on Miva-enhanced
code. I have a large bunch of legacy pages which need dragging in to the
21st century and was looking for a way of speeding the process.
Tidy lets you define additional tags as block, empty and inline so that it
won't reject them outright, but it then seems to try to apply the
restrictions on block and inline elements to them, shifting end tags to
where they are "implied" by the start of a new block element, e.g.
<MvIF>
</MvIF> gets changed to <MvIF></MvIF>
Is there some way around this?
--
Richard Grevers
Between two evils always pick the one you haven't tried
Comment