Posted by Andy Dingley on 10/03/06 18:25
howboutafresca@hotmail.com wrote:
> Are there any WYSIWYG or other editors that allow me to select a
> <table> tag and then see the matching </table> tag?
Most XML-aware editors (jEdit is free) will do this, so long as the
preceding markup is somewhere _near_ to being well-formed as either
SGML or XML. Halfway decent HTML is usually near enough, although
sometimes you might have to drop a strong hint (either rename the file
to .xml, put an XHTML doctype on the top, or simply tell the editor to
treat all HTML documents as XML-formed)
Or you could run it through Tidy first, if it's really bad.
[Back to original message]
|