#Cyrille37# a écrit :
Hello,
I could not find how to set the DocType ?
Sorry for the noise. It's in the @Shell component.

Cheers
Cyrille.

My Border component's HTML start like this :

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";
   title="TestApp"
   stylesheet="asset:generalCss"
jwcid="@Shell" disableCaching="true" consoleEnabled="false" debugEnabled="false" browserLogLevel="DEBUG" parseWidgets="true"
   >
...

But when rendering I got that :

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>
<!-- Application: TestApp -->
<!-- Page: Home -->
<!-- Generated: Tue Nov 20 12:12:05 CET 2007 -->
<html>
<head>
...
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
...

Cyrille.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to