On 12/29/05, Jeff Watkins <[EMAIL PROTECTED]> wrote:

If I write in XHTML, I expect it to *stay* XHTML not be translated into HTML 4.0. And if I specify XHTML in the config file, I expect it to look the way I wrote it, complete with closing script tags instead of autoclosed script tags (<script src="" instead of <script src="">

Are you actually writing XHTML? Probably not, see http://www.hixie.ch/advocacy/xhtml. Like Kevin said both <script src="" and <script src="" are correct XHTML and will be evaluated exactly the some by applications that understand XHTML.

-- David

Reply via email to