<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1026011" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1026011</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/dynamic-xhtml-through-perlcgi#comment-1157133</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.hixie.ch/advocacy/xhtml&quot; class=&quot;bb-url&quot;&gt;http://www.hixie.ch/advocacy/xhtml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;application/xhtml+xml is the correct mime-type, which only Mozilla understands, I think. If you do use this correct mime-type, your code will have to be strictly valid.&lt;/p&gt;
&lt;p&gt;text/html works for all other browsers.&lt;/p&gt;
&lt;p&gt;You can use a bit of server-side code to detect if the HTTP request is from an-XHTML compatible client (i.e. Mozilla), and then serve up a slightly altered version, and send tag soup for others. &lt;a href=&quot;http://www.xml.com/pub/a/2003/03/19/dive-into-xml.html&quot; class=&quot;bb-url&quot;&gt;http://www.xml.com/pub/a/2003/03/19/dive-into-xml.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Aug 2004 10:38:10 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1157133 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/dynamic-xhtml-through-perlcgi#comment-1157131</link>
    <description> &lt;p&gt;Yes... you still need to output as text/html&lt;/p&gt;
&lt;p&gt;I believe technically it should be something like text/xml but the older browsers don&#039;t fully support xml (which is what xhtml is) and won&#039;t be able to correctly parse the document or something like that.&lt;/p&gt;
&lt;p&gt;Try to avoid inline styles in your documents (ie  ) and put anything thats related to position, colour, style etc in the css. Lots of html attributes such as align, bgcolor and things like that have been depreciated in xhtml hence the errors.&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Aug 2004 09:30:38 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1157131 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/dynamic-xhtml-through-perlcgi#comment-1157105</link>
    <description> &lt;p&gt;Hola Ken!&lt;/p&gt;
&lt;p&gt;Well I&#039;ve only worked with xhtml a couple of times, but the one thing I learned is xhtml is no harder than regular html as long as you remember to close all your tags and keep things in lowercase.&lt;/p&gt;
&lt;p&gt;So..... something like    becomes   and  becomes&lt;br /&gt;
Just remember to close all your tags (including the meta tags) and you&#039;ll be fine.  Also remember to use lowercase.   is wrong.   is right.&lt;/p&gt;
&lt;p&gt;I&#039;m not sure about the content type.  I thought is would still be text/html. Now I&#039;m all confused.&lt;br /&gt;
You do want the right doctype though...&lt;br /&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&amp;gt;&lt;/p&gt;
&lt;p&gt;Check out the page at &lt;a href=&quot;http://www.w3.org/International/articles/serving-xhtml/&quot; class=&quot;bb-url&quot;&gt;http://www.w3.org/International/articles/serving-xhtml/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Hopefully someone smarter than me will come along (you shouldn&#039;t have to wait too long for that) and answer your questions.&lt;/p&gt;
 </description>
     <pubDate>Sun, 22 Aug 2004 21:38:21 +0000</pubDate>
 <dc:creator>KarenArt</dc:creator>
 <guid isPermaLink="false">comment 1157105 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
