<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Flickr Badge and XHTML, Part 1</title>
	<atom:link href="http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/</link>
	<description>Thoughts on anything on my mind</description>
	<lastBuildDate>Fri, 23 Sep 2011 02:53:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: PetitOn &#187; Flickr Badge and XHTML, Part 2</title>
		<link>http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/comment-page-1/#comment-324</link>
		<dc:creator>PetitOn &#187; Flickr Badge and XHTML, Part 2</dc:creator>
		<pubDate>Sun, 30 Jul 2006 22:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/#comment-324</guid>
		<description>[...] It&#8217;s all about including the Flickr Badge in an XHTML compliant way. As I have described in an earlier post, I thought I had succeeded. This proved very soon not to be true, and after a considerable amount of head scratching, I decided to craft my own badge. [...]</description>
		<content:encoded><![CDATA[<p>[...] It&#8217;s all about including the Flickr Badge in an XHTML compliant way. As I have described in an earlier post, I thought I had succeeded. This proved very soon not to be true, and after a considerable amount of head scratching, I decided to craft my own badge. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petit</title>
		<link>http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/comment-page-1/#comment-312</link>
		<dc:creator>Petit</dc:creator>
		<pubDate>Mon, 24 Jul 2006 21:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/#comment-312</guid>
		<description>Nice to see some discussion going on here. It&#039;s possible to &quot;trick&quot; the validation service into thinking that a document is valid XHTML. Thanks indeed for your participation.

The question is what is meant by &quot;valid&quot;. The basic idea is that an XML document is valid if it conforms to the document type description, the DTD.
As IFrame is not part of the XHTML doctype, just commenting it out to fool a validation tool, doesn&#039;t make it any more valid.

However, if you make an instrumental interpretation, you might say that any document you can tweek to pass a certain validator test, is in fact valid.

Being a bit hard core on the standards matter, I don&#039;t agree with the latter interpretation. That being said, I&#039;ll willingly admit that my blog does not validate so far.

You do as you see fit of course - there&#039;s now law against presenting non validating web documents ;)</description>
		<content:encoded><![CDATA[<p>Nice to see some discussion going on here. It&#8217;s possible to &#8220;trick&#8221; the validation service into thinking that a document is valid XHTML. Thanks indeed for your participation.</p>
<p>The question is what is meant by &#8220;valid&#8221;. The basic idea is that an XML document is valid if it conforms to the document type description, the DTD.<br />
As IFrame is not part of the XHTML doctype, just commenting it out to fool a validation tool, doesn&#8217;t make it any more valid.</p>
<p>However, if you make an instrumental interpretation, you might say that any document you can tweek to pass a certain validator test, is in fact valid.</p>
<p>Being a bit hard core on the standards matter, I don&#8217;t agree with the latter interpretation. That being said, I&#8217;ll willingly admit that my blog does not validate so far.</p>
<p>You do as you see fit of course &#8211; there&#8217;s now law against presenting non validating web documents <img src='http://petitpub.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrAnderson</title>
		<link>http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/comment-page-1/#comment-311</link>
		<dc:creator>MrAnderson</dc:creator>
		<pubDate>Mon, 24 Jul 2006 11:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/#comment-311</guid>
		<description>I solved that thanks to Todd... you have to comment the script... so the validator thinks that the iframe tag is commented so it does not interpret it...</description>
		<content:encoded><![CDATA[<p>I solved that thanks to Todd&#8230; you have to comment the script&#8230; so the validator thinks that the iframe tag is commented so it does not interpret it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Como hacer que YouTube y el Flickr Badge validen en W3C at monky</title>
		<link>http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/comment-page-1/#comment-310</link>
		<dc:creator>Como hacer que YouTube y el Flickr Badge validen en W3C at monky</dc:creator>
		<pubDate>Mon, 24 Jul 2006 11:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/#comment-310</guid>
		<description>[...] Logre validar el Flickr Badge&#8230; gracias a un comentario hecho por Todd Huss en Flickr Badge and XHTML, Part 1 y la solucion es sencilla pero, algo truculenta&#8230; primero lo que esta entre &lt;style type=&#8221;text/css&#8221;&gt; y &lt;/style&gt; no puede ir donde esta sino que debe ser movido al archivo style.css para que quede de la siguiente forma&#8230;  .zg_div { margin: 0px 0px 0px 0px; width:117px; } [...]</description>
		<content:encoded><![CDATA[<p>[...] Logre validar el Flickr Badge&#8230; gracias a un comentario hecho por Todd Huss en Flickr Badge and XHTML, Part 1 y la solucion es sencilla pero, algo truculenta&#8230; primero lo que esta entre &lt;style type=&#8221;text/css&#8221;&gt; y &lt;/style&gt; no puede ir donde esta sino que debe ser movido al archivo style.css para que quede de la siguiente forma&#8230;  .zg_div { margin: 0px 0px 0px 0px; width:117px; } [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petit</title>
		<link>http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/comment-page-1/#comment-299</link>
		<dc:creator>Petit</dc:creator>
		<pubDate>Thu, 13 Jul 2006 00:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/#comment-299</guid>
		<description>Thanks Todd!

As you can see in my post I nearly made it and then decide to take compleate control by drilling my own Flash badge.

My problem was with the IFrame not being allowed in XHTML. How did you solve that?</description>
		<content:encoded><![CDATA[<p>Thanks Todd!</p>
<p>As you can see in my post I nearly made it and then decide to take compleate control by drilling my own Flash badge.</p>
<p>My problem was with the IFrame not being allowed in XHTML. How did you solve that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Huss</title>
		<link>http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/comment-page-1/#comment-290</link>
		<dc:creator>Todd Huss</dc:creator>
		<pubDate>Sat, 08 Jul 2006 16:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://petitpub.com/blog/2006/03/04/flickr-xhtml-1/#comment-290</guid>
		<description>I&#039;ve got the Flickr flash badge on my site validating XHTML here:

http://gabrito.com

I took out the CSS (or you could move it into a stylesheet) and I put the javascript inside comments and replaced ampersands with entity references.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the Flickr flash badge on my site validating XHTML here:</p>
<p><a href="http://gabrito.com" rel="nofollow">http://gabrito.com</a></p>
<p>I took out the CSS (or you could move it into a stylesheet) and I put the javascript inside comments and replaced ampersands with entity references.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

