<?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: Parsing a Playlist.com playlist with PHP</title>
	<atom:link href="http://www.samutz.com/blargh/2009/12/08/parsing-a-playlist-com-playlist-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.samutz.com/blargh/2009/12/08/parsing-a-playlist-com-playlist-with-php/</link>
	<description>Gamer, Web Developer, Skinny White Computer Geek. Blargh.</description>
	<lastBuildDate>Tue, 16 Feb 2010 03:10:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: S.Some</title>
		<link>http://www.samutz.com/blargh/2009/12/08/parsing-a-playlist-com-playlist-with-php/comment-page-1/#comment-312</link>
		<dc:creator>S.Some</dc:creator>
		<pubDate>Thu, 31 Dec 2009 17:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=224#comment-312</guid>
		<description>&lt;strong&gt;Sorry for the messy commentsthis site renders html tags from within commentstry this:&lt;/strong&gt;
4 - use find/replace two times
  4a - find   &lt;ref href=    replace with  &lt;a href=   
  4b - find   .mp3&quot;/&gt;       replace with  .mp3&quot;&gt;MP3 Song Link&lt;/a&gt;&lt;br /&gt; </description>
		<content:encoded><![CDATA[<p><strong>Sorry for the messy commentsthis site renders html tags from within commentstry this:</strong><br />
4 &#8211; use find/replace two times<br />
  4a &#8211; find   &lt;ref href=    replace with  &lt;a href=<br />
  4b &#8211; find   .mp3&#8243;/&gt;       replace with  .mp3&#8243;&gt;MP3 Song Link&lt;/a&gt;&lt;br /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.Some</title>
		<link>http://www.samutz.com/blargh/2009/12/08/parsing-a-playlist-com-playlist-with-php/comment-page-1/#comment-311</link>
		<dc:creator>S.Some</dc:creator>
		<pubDate>Thu, 31 Dec 2009 17:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=224#comment-311</guid>
		<description>these two lines display wrong in the page above ... here they are re-typed::
4 - use find/replace two times
  4a - find &quot;  &lt;ref href=&quot;  &quot;    replace with &quot; &lt;a href=&quot;   &quot; rel=&quot;nofollow&quot;&gt;      &quot;    replace with &quot; .mp3&quot;&gt;MP3 Song Link&lt;/a&gt; &quot;</description>
		<content:encoded><![CDATA[<p>these two lines display wrong in the page above &#8230; here they are re-typed::<br />
4 &#8211; use find/replace two times<br />
  4a &#8211; find &#8221;  &lt;ref href=&quot;  &quot;    replace with &quot; <a href="   " rel="nofollow">      &#8221;    replace with &#8221; .mp3&#8243;&gt;MP3 Song Link</a> &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.Some</title>
		<link>http://www.samutz.com/blargh/2009/12/08/parsing-a-playlist-com-playlist-with-php/comment-page-1/#comment-310</link>
		<dc:creator>S.Some</dc:creator>
		<pubDate>Thu, 31 Dec 2009 17:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=224#comment-310</guid>
		<description>Here&#039;s a weird way .. but it works ...
1- Start the same ... right click the &#039;Export Playlist..&#039; and save the asx file anywhere.
2 - open a text editor that will give you the html tags you need for a &#039;new html page&#039; (like editplus.com)
3 - open the asx file &gt; copy/paste the complete text between the  and  tags
4 - use find/replace two times
  4a - find &lt;ref href=&quot;   replace with &lt;a&gt;       replace with .mp3&quot;&gt;MP3 Song Link&lt;/a&gt;
5 - save the file and open it in your firefox browser that has DownThemAll plugin installed &amp; there you go...
  .. ss sez: live free or shut up and ride

4 -</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a weird way .. but it works &#8230;<br />
1- Start the same &#8230; right click the &#8216;Export Playlist..&#8217; and save the asx file anywhere.<br />
2 &#8211; open a text editor that will give you the html tags you need for a &#8216;new html page&#8217; (like editplus.com)<br />
3 &#8211; open the asx file &gt; copy/paste the complete text between the  and  tags<br />
4 &#8211; use find/replace two times<br />
  4a &#8211; find &lt;ref href=&quot;   replace with <a>       replace with .mp3&#8243;&gt;MP3 Song Link</a><br />
5 &#8211; save the file and open it in your firefox browser that has DownThemAll plugin installed &amp; there you go&#8230;<br />
  .. ss sez: live free or shut up and ride</p>
<p>4 -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.Some</title>
		<link>http://www.samutz.com/blargh/2009/12/08/parsing-a-playlist-com-playlist-with-php/comment-page-1/#comment-309</link>
		<dc:creator>S.Some</dc:creator>
		<pubDate>Thu, 31 Dec 2009 16:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.samutz.com/blargh/?p=224#comment-309</guid>
		<description>something is jamming the script from running ... line 11

complete error: 
Warning: simplexml_load_file() [function.simplexml-load-file]: /tmp/phprtWyOW:14: parser error : xmlParseEntityRef: no name in /home/samutz/public_html/playlist/index.php on line 11

Warning: simplexml_load_file() [function.simplexml-load-file]: ttp://www.mystoandpizzi.com/downloads/Britney%20Spears%20-%20Circus%20(Mysto%20&amp; in /home/samutz/public_html/playlist/index.php on line 11

Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/samutz/public_html/playlist/index.php on line 11

Warning: simplexml_load_file() [function.simplexml-load-file]: /tmp/phprtWyOW:218: parser error : xmlParseEntityRef: no name in /home/samutz/public_html/playlist/index.php on line 11

Warning: simplexml_load_file() [function.simplexml-load-file]: /www.mystoandpizzi.com/downloads/Kanye%20West%20-%20Love%20Lockdown%20(Mysto%20&amp; in /home/samutz/public_html/playlist/index.php on line 11

Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/samutz/public_html/playlist/index.php on line 11

Warning: Invalid argument supplied for foreach() in /home/samutz/public_html/playlist/index.php on line 13</description>
		<content:encoded><![CDATA[<p>something is jamming the script from running &#8230; line 11</p>
<p>complete error:<br />
Warning: simplexml_load_file() [function.simplexml-load-file]: /tmp/phprtWyOW:14: parser error : xmlParseEntityRef: no name in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: ttp://www.mystoandpizzi.com/downloads/Britney%20Spears%20-%20Circus%20(Mysto%20&amp; in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: /tmp/phprtWyOW:218: parser error : xmlParseEntityRef: no name in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: /www.mystoandpizzi.com/downloads/Kanye%20West%20-%20Love%20Lockdown%20(Mysto%20&amp; in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/samutz/public_html/playlist/index.php on line 11</p>
<p>Warning: Invalid argument supplied for foreach() in /home/samutz/public_html/playlist/index.php on line 13</p>
]]></content:encoded>
	</item>
</channel>
</rss>
