RE: FN-FORUM: Rich Text Editors (ASP)
date posted 1st May 2003 16:42
> Anyone know of any good regexp libraries for ASP? Or should I do it in
> Javascript before submitting into the database?
Ariadne Content Mgmnt (PHP-based - http://ariadne.muze.nl) runs
everything from it's WYSIWYG editor through HTMLTidy before saving -
cleans out all the MS junk, lowercases the tags, etc. If that's all you
need to do, it's an excellent tool - will even XHTML the page, if that's
what you want.
Pretty sure HTMLTidy runs on Win - try http://tidy.sourceforge.net.
Matt