﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - WebSplitter and DOCTYPE</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebSplitter-and-DOCTYPE/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebSplitter and DOCTYPE</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebSplitter-and-DOCTYPE/</link><pubDate>Wed, 27 Oct 2010 17:13:03 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p class="MsoNormal" style="margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;In the current build of WebSplitter, it is only the &lt;/span&gt;&lt;span style="font-family: consolas; color: blue; font-size: 9.5pt; mso-bidi-font-family: consolas; mso-fareast-language: en-us"&gt;&amp;lt;!&lt;/span&gt;&lt;span style="font-family: consolas; color: maroon; font-size: 9.5pt; mso-bidi-font-family: consolas; mso-fareast-language: en-us"&gt;DOCTYPE&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt; mso-bidi-font-family: consolas; mso-fareast-language: en-us"&gt; &lt;span style="color: red"&gt;HTML&lt;/span&gt; &lt;span style="color: red"&gt;PUBLIC&lt;/span&gt; &lt;span style="color: blue"&gt;"-//W3C//DTD HTML 4.0 Transitional//EN"&lt;/span&gt; &lt;span style="color: blue"&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;that supported by WebSplitter.
&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;
&lt;p&gt; &lt;/p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;Please let us know your response.
&lt;/span&gt;&lt;/p&gt;
</description></item><item><title>WebSplitter and DOCTYPE</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/WebSplitter-and-DOCTYPE/</link><pubDate>Wed, 27 Oct 2010 05:50:32 GMT</pubDate><dc:creator>vangeloni</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;it seems to me that WebSplitter works only with &amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&amp;gt;. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;When I try to use one of &lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&amp;gt;&lt;/li&gt;&lt;li&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&amp;gt;&lt;/li&gt;&lt;li&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;the web splitter is not correctly rendered, the handler is at the top of the page and I cannot drag the splitter, see the snapshot in attachment.  Below the code I used:&lt;/p&gt;&lt;pre&gt;&amp;lt;%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebSplitterTest.aspx.cs" Inherits="WebUITest.WebSplitterTest" %&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;%@ Register assembly="ISNet.WebUI.WebDesktop" namespace="ISNet.WebUI.WebDesktop" tagprefix="ISWebDesktop" %&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;html &amp;gt;&lt;br /&gt;&amp;lt;head runat="server"&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;form id="form1" runat="server"&amp;gt;&lt;br /&gt;&amp;lt;div&amp;gt;&lt;br /&gt;&amp;lt;table cellpadding="0" cellspacing="0" style="height: 100%; width: 100%; table-layout:fixed;"&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td style="width: 30%"&amp;gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&lt;br /&gt;&amp;lt;ISWebDesktop:WebSplitter ID="WebSplitter1" runat="server" &amp;gt;&lt;br /&gt;&amp;lt;SplitterStyle&amp;gt;&lt;br /&gt;&amp;lt;Active BaseStyle="Normal" BackColor="Black"&amp;gt;&amp;lt;/Active&amp;gt;&lt;br /&gt;&amp;lt;Over BaseStyle="Normal" BackColor="#404040"&amp;gt;&amp;lt;/Over&amp;gt;&lt;br /&gt;&amp;lt;Normal BackColor="#e4ecf7" Overflow="Hidden"&lt;br /&gt;OverflowX="Hidden" OverflowY="Hidden"&amp;gt;&amp;lt;/Normal&amp;gt;&lt;br /&gt;&amp;lt;/SplitterStyle&amp;gt;&lt;br /&gt;&amp;lt;/ISWebDesktop:WebSplitter&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/pre&gt;
&lt;p&gt;How can I make the WebSplitter works with this doctype?&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;Vince&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>