<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.chty.org/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Chty blog - Tag - YouTube</title>
  <link>http://blog.chty.org/</link>
  <atom:link href="http://blog.chty.org/feed/tag/YouTube/rss2" rel="self" type="application/rss+xml"/>
  <description>A little somewhere else...</description>
  <language>en</language>
  <pubDate>Wed, 27 Aug 2008 12:28:11 +0200</pubDate>
  <copyright>Creative Commons</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Embedding YouTube Videos as Valid XHTML 1.0</title>
    <link>http://blog.chty.org/post/2007/06/12/126-embedding-youtube-videos-as-valid-xhtml-10</link>
    <guid isPermaLink="false">urn:md5:49761048a691735f472ba169c5d63528</guid>
    <pubDate>Tue, 12 Jun 2007 00:49:47 +0000</pubDate>
    <dc:creator>Chty</dc:creator>
        <category>Software</category>
        <category>YouTube</category>    
    <description>    In &lt;a title=&quot;j-ai-vomi-dans-mes-cornflakes&quot; href=&quot;http://blog.chty.org/2007/06/11/124-j-ai-vomi-dans-mes-cornflakes&quot;&gt;the last post&lt;/a&gt;, I have embedded a &lt;a title=&quot;YouTube&quot; href=&quot;http://www.youtube.com/&quot;&gt;YouTube&lt;/a&gt; Video. I was suprised when I see this part of &lt;a title=&quot;YouTube&quot; href=&quot;http://www.youtube.com/&quot;&gt;YouTube&lt;/a&gt; code wasn't &lt;a title=&quot;XHTML 1.0&quot; href=&quot;http://www.w3.org/TR/xhtml1/&quot;&gt;XHTML 1.0&lt;/a&gt; &lt;a title=&quot;Valid&quot; href=&quot;http://validator.w3.org&quot;&gt;Valid&lt;/a&gt;. Thereafter you will find a somewhat easy correction.

&lt;p&gt;So, instead of&amp;nbsp;:&lt;/p&gt;


&lt;p style=&quot;text-align: left&quot;&gt;&lt;code&gt;&amp;lt;object width=&quot;425&quot; height=&quot;350&quot;&amp;gt;&amp;lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/aJFn9YrJIyE&quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src=&quot;http://www.youtube.com/v/aJFn9YrJIyE&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Use&amp;nbsp;:&lt;/p&gt;


&lt;p style=&quot;text-align: left&quot;&gt;&lt;code&gt;&amp;lt;object type=&quot;application/x-shockwave-flash&quot; style=&quot;width:425px; height:350px;&quot; data=&quot;http://www.youtube.com/v/aJFn9YrJIyE&quot;&amp;gt;&amp;lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/aJFn9YrJIyE&quot; /&amp;gt;&amp;lt;/object&amp;gt;&lt;/code&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>