I'm told by some folks that Contribute will write valid XHTML code as long as
the DTD on the page is correctly formatted for XHTML. This poses a large issue
for me for which I hope someone knows a workaround.

Our shop largely writes in ColdFusion rather than plain HTML. To avoid the
security risks of giving our clients Contribute access via FTP to areas within
our .cfm files, we instead allow them to edit HTML code snippets as separate
files, in a separate directory that disallows alteration of any .cfm file. Our
"wrapper" Coldfusion files simply absorbs one or more of these various
content-managed HTML snippets into the appropriate places for display as a
single page unit.

You may see my problem: The HTML snippets edited through Contribute are not
full HTML documents, and therefore do not, and cannot, contain DTD, HEAD, BODY,
TITLE, and a variety of other tags. These are coded in the wrapper ColdFusion
file, of which Contribute has no knowledge.

I can't find a way to explicitly tell Contribute to code in using XHTML
standards. Is there a config file somewhere, or a setting I'm not seeing? Can
anyone help?