Changing the default DTD
From what I understand it is an environment variable that has to be changed in notes.ini or a configuration document in the Domino Directory. Does anyone know if it can be changed on a page-by-page basis?
Right now it's showing:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
and I want..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
Thanks
-mrg.



