> Are there any of these editors that produce valid XHTML code? > As far as I can see, they all change the case of tags to > upper case, and strip out the trailing /> from tags, instead > of forcing lower case and adding the tag closings.
Massimo Foti's XHTML editor custom tag creates valid code. The uppercase tags you see are those produced by Microsoft's DHTML edit thingo in IE, and Massimo's editor gets around that by running a whole heap of JavaScript regexes on the output - it's the brute force approach lol. The link is here - the site is in Italian but you "Download" seems to be universal :) http://www.cfmentor.com/code/index.cfm?action=zipped&id=11 K. --- Kay Smoljak Senior Developer/QC Leader/Search Optimisation PerthWeb Pty Ltd - http://www.perthweb.com.au/ Ph: 08 9226 1366 - Fax: 08 9226 1375 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
