Hi Brandon,
Thanks for the reply.
Based on the the solutioin provided in the thread from asp.net forums, it seemed that the doctype could be overridden by creating the skin.doctype.xml file with the XHTML 1.0 Transitional doctype declaration. That made me think I was implementing the solution incorrectly.
I have a custom module 'AdobeSessionRequest.ascx' that I placed in the 'DesktopModules' directory in the file structure.
\DesktopModules\AdobeSessionRequest\AdobeSessionRequest.ascx
So, if I understood correctly, I should create a file 'AdobeSessionRequest.Doctype.xml' with the XHTML 1.0 Transitional doctype declaration and place this file in the same folder, is that correct?
\DesktopModules\AdobeSessionRequest\AdobeSessionRequest.Doctype.xml
Is that what the solution indicates?
I'm just wanting to confirm I attempted the solution correctly before I mark it off the list as possible workaround.
Thanks again for your help.
Regards.