<?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: List Installed Plugins</title>
	<atom:link href="http://blog.jixor.com/plugins/list-installed-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jixor.com</link>
	<description>General ramblings; Wordpress plugins, PHP, software, IT, etc.</description>
	<lastBuildDate>Wed, 21 Oct 2009 15:21:10 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jixor Wordpress Plugins Lists Installed Plugins &#124; SEO Services</title>
		<link>http://blog.jixor.com/plugins/list-installed-plugins/comment-page-1/#comment-498</link>
		<dc:creator>Jixor Wordpress Plugins Lists Installed Plugins &#124; SEO Services</dc:creator>
		<pubDate>Fri, 29 May 2009 13:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://jp.jixor.com/?page_id=62#comment-498</guid>
		<description>[...] List Installed Plugins Website Related Posts:WordPress Plugin - Dynamic Headers SEO For Posts on Your BlogGet More Blog Comments Immediately to Your Wordpress BlogHow to Write a Simple Twitter Plugin For WordPressTop 22 Twitter Tools For Wordpress BlogsSEO WordPress Plugin - PingCrawl For WordPress Backlinks   Share and Enjoy: [...]</description>
		<content:encoded><![CDATA[<p>[...] List Installed Plugins Website Related Posts:WordPress Plugin &#8211; Dynamic Headers SEO For Posts on Your BlogGet More Blog Comments Immediately to Your Wordpress BlogHow to Write a Simple Twitter Plugin For WordPressTop 22 Twitter Tools For Wordpress BlogsSEO WordPress Plugin &#8211; PingCrawl For WordPress Backlinks   Share and Enjoy: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Taylor</title>
		<link>http://blog.jixor.com/plugins/list-installed-plugins/comment-page-1/#comment-495</link>
		<dc:creator>Steve Taylor</dc:creator>
		<pubDate>Wed, 27 May 2009 11:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://jp.jixor.com/?page_id=62#comment-495</guid>
		<description>Thanks, that works!</description>
		<content:encoded><![CDATA[<p>Thanks, that works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jixor</title>
		<link>http://blog.jixor.com/plugins/list-installed-plugins/comment-page-1/#comment-494</link>
		<dc:creator>jixor</dc:creator>
		<pubDate>Wed, 27 May 2009 08:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://jp.jixor.com/?page_id=62#comment-494</guid>
		<description>I have updated the plugin&#039;s default xsl templates to include the links. If you want to reset your template simply delete it in the editor and the default will be restored.</description>
		<content:encoded><![CDATA[<p>I have updated the plugin&#8217;s default xsl templates to include the links. If you want to reset your template simply delete it in the editor and the default will be restored.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jixor</title>
		<link>http://blog.jixor.com/plugins/list-installed-plugins/comment-page-1/#comment-496</link>
		<dc:creator>jixor</dc:creator>
		<pubDate>Wed, 27 May 2009 07:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://jp.jixor.com/?page_id=62#comment-496</guid>
		<description>Ok, do it like this:

&lt;code&gt;
&lt;xsl:element name=&quot;a&quot;&gt;
    &lt;xsl:attribute name=&quot;href&quot;&gt;
        &lt;xsl:value-of select=&quot;pluginuri&quot; disable-output-escaping=&quot;yes&quot; /&gt;
    &lt;/xsl:attribute&gt;
    &lt;xsl:value-of select=&quot;title&quot; /&gt;
&lt;/xsl:element&gt;
&lt;/code&gt;

You can&#039;t have a tag within a tag as it needs to be valid xml.</description>
		<content:encoded><![CDATA[<p>Ok, do it like this:</p>
<p><code><br />
&lt;xsl:element name="a"&gt;<br />
    &lt;xsl:attribute name="href"&gt;<br />
        &lt;xsl:value-of select="pluginuri" disable-output-escaping="yes" /&gt;<br />
    &lt;/xsl:attribute&gt;<br />
    &lt;xsl:value-of select="title" /&gt;<br />
&lt;/xsl:element><br />
</code></p>
<p>You can&#8217;t have a tag within a tag as it needs to be valid xml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Taylor</title>
		<link>http://blog.jixor.com/plugins/list-installed-plugins/comment-page-1/#comment-500</link>
		<dc:creator>Steve Taylor</dc:creator>
		<pubDate>Tue, 26 May 2009 10:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://jp.jixor.com/?page_id=62#comment-500</guid>
		<description>Excellent, thanks!

I&#039;m having a little trouble inserting these values, though.

&lt;code&gt;&lt;li&gt;&lt;a href=&#039;&lt;xsl:value-of select=&quot;pluginuri&quot; disable-output-escaping=&quot;yes&quot; /&gt;&#039;&gt;&lt;b&gt;&lt;xsl:value-of select=&quot;title&quot; disable-output-escaping=&quot;yes&quot; /&gt;&lt;/b&gt;&lt;/a&gt;&lt;xsl:text&gt; by &lt;/xsl:text&gt;&lt;xsl:value-of select=&quot;author&quot; disable-output-escaping=&quot;yes&quot; /&gt;&lt;/li&gt;&lt;/code&gt;

This gives the errors:

&lt;blockquote&gt;
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Unescaped &#039;&lt;&#039; not allowed in attributes values in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589

Warning: DOMDocument::loadXML() [domdocument.loadxml]: attributes construct error in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589

Warning: DOMDocument::loadXML() [domdocument.loadxml]: Couldn&#039;t find end of Start Tag a line 21 in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589

Warning: DOMDocument::loadXML() [domdocument.loadxml]: Opening and ending tag mismatch: li line 21 and a in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589
&lt;blockquote&gt;

My lack of XSL/XML knowledge I guess. I&#039;ve tried every combination of markup I can think of.&lt;/blockquote&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Excellent, thanks!</p>
<p>I&#8217;m having a little trouble inserting these values, though.</p>
<p><code>&lt;li&gt;&lt;a href='&lt;xsl:value-of select="pluginuri" disable-output-escaping="yes" /&gt;'&gt;&lt;b&gt;&lt;xsl:value-of select="title" disable-output-escaping="yes" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;xsl:text&gt; by &lt;/xsl:text&gt;&lt;xsl:value-of select="author" disable-output-escaping="yes" /&gt;&lt;/li&gt;</code></p>
<p>This gives the errors:</p>
<blockquote><p>
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Unescaped &#8216;&lt;&#8217; not allowed in attributes values in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589</p>
<p>Warning: DOMDocument::loadXML() [domdocument.loadxml]: attributes construct error in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589</p>
<p>Warning: DOMDocument::loadXML() [domdocument.loadxml]: Couldn&#8217;t find end of Start Tag a line 21 in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589</p>
<p>Warning: DOMDocument::loadXML() [domdocument.loadxml]: Opening and ending tag mismatch: li line 21 and a in Entity, line: 21 in [path]/wp-content/plugins/jp-listinstalledplugins/jp-listinstalledplugins.php on line 589</p>
<blockquote>
<p>My lack of XSL/XML knowledge I guess. I&#8217;ve tried every combination of markup I can think of.</p></blockquote>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: baron</title>
		<link>http://blog.jixor.com/plugins/list-installed-plugins/comment-page-1/#comment-499</link>
		<dc:creator>baron</dc:creator>
		<pubDate>Tue, 26 May 2009 09:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://jp.jixor.com/?page_id=62#comment-499</guid>
		<description>Works great, thank you</description>
		<content:encoded><![CDATA[<p>Works great, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jixor</title>
		<link>http://blog.jixor.com/plugins/list-installed-plugins/comment-page-1/#comment-497</link>
		<dc:creator>jixor</dc:creator>
		<pubDate>Tue, 26 May 2009 09:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://jp.jixor.com/?page_id=62#comment-497</guid>
		<description>Version 1.2 now features two new XML fields; pluginuri and authoruri.</description>
		<content:encoded><![CDATA[<p>Version 1.2 now features two new XML fields; pluginuri and authoruri.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Taylor</title>
		<link>http://blog.jixor.com/plugins/list-installed-plugins/comment-page-1/#comment-501</link>
		<dc:creator>Steve Taylor</dc:creator>
		<pubDate>Wed, 06 May 2009 19:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://jp.jixor.com/?page_id=62#comment-501</guid>
		<description>Thanks for a useful plugin! One thing I&#039;m wanting to do is give some link love by linking to the plugin and/or author URI. I&#039;ve tried adding this line to &lt;code&gt;get_plugins_xml()&lt;/code&gt;:

&lt;code&gt;&lt;uri&gt;&#039; . $this-&gt;plugins[$name][&#039;Plugin URI&#039;] . &#039;&lt;/uri&gt;&lt;/code&gt;

Which seems to be the way to bring that value into play (though I&#039;m not sure). However, when I try adding the appropriate XSL, I get loads of &quot;unescaped &lt;&quot; errors. Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks for a useful plugin! One thing I&#8217;m wanting to do is give some link love by linking to the plugin and/or author URI. I&#8217;ve tried adding this line to <code>get_plugins_xml()</code>:</p>
<p><code>&lt;uri&gt;' . $this-&gt;plugins[$name]['Plugin URI'] . '&lt;/uri&gt;</code></p>
<p>Which seems to be the way to bring that value into play (though I&#8217;m not sure). However, when I try adding the appropriate XSL, I get loads of &#8220;unescaped &lt;&#8221; errors. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jixor Wordpress Plugins &#187; Plugin Release: List Installed Plugins</title>
		<link>http://blog.jixor.com/plugins/list-installed-plugins/comment-page-1/#comment-493</link>
		<dc:creator>Jixor Wordpress Plugins &#187; Plugin Release: List Installed Plugins</dc:creator>
		<pubDate>Mon, 13 Oct 2008 07:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://jp.jixor.com/?page_id=62#comment-493</guid>
		<description>[...] the List Installed Plugins page for more information and to download.   Written by jixor in: Plugins, Releases &#124; Tags: plugin, [...]</description>
		<content:encoded><![CDATA[<p>[...] the List Installed Plugins page for more information and to download.   Written by jixor in: Plugins, Releases | Tags: plugin, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
