mfoster wrote:Is there such a function?
No, UEStudio does not have such a function. While there are not many differences between a valid HTML Transitional and a valid XHTML Transitional file, the differences between a valid transitional and a valid strict HTML/XHTML file are big. Depending on how good coded your transitional files are already, you could need lots of changes and additional CSS specifications to get webpages looking fine in strict mode. My experience is that when an entire website or webpage has not been designed from the beginning in strict HTML/XHTML, it is a waste of time to try to convert transitional HTML/XHTML files to strict.
You can declare your file as XHTML 1.0 Transitional and use Format - HTML Validation - Run HTML Tidy or Run CSE HTML Validator to get a list of errors and warnings and probably also an output which contains most mistakes fixed.