<?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: WordPress Xslt Processor plugin &#8211; follow up</title>
	<atom:link href="http://www.chryzo.net/2009/04/wordpress-xslt-processor-plugin-follow-up/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chryzo.net/2009/04/wordpress-xslt-processor-plugin-follow-up/</link>
	<description>Just another WordPress weblog to keep track of notes</description>
	<lastBuildDate>Mon, 10 Jan 2011 15:13:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: hypo</title>
		<link>http://www.chryzo.net/2009/04/wordpress-xslt-processor-plugin-follow-up/comment-page-1/#comment-18</link>
		<dc:creator>hypo</dc:creator>
		<pubDate>Mon, 10 Jan 2011 15:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.chryzo.net/?p=74#comment-18</guid>
		<description>hello, Happy New Year


I am French and my PHP knowledge is limited ... 

I have the same concern that jdbrew, 

you could write code in php by example in your answer jdbrew.

cordially</description>
		<content:encoded><![CDATA[<p>hello, Happy New Year</p>
<p>I am French and my PHP knowledge is limited &#8230; </p>
<p>I have the same concern that jdbrew, </p>
<p>you could write code in php by example in your answer jdbrew.</p>
<p>cordially</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calboy69</title>
		<link>http://www.chryzo.net/2009/04/wordpress-xslt-processor-plugin-follow-up/comment-page-1/#comment-14</link>
		<dc:creator>calboy69</dc:creator>
		<pubDate>Sat, 09 Oct 2010 05:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.chryzo.net/?p=74#comment-14</guid>
		<description>How would I write that code if I wanted to change the XML web address for different posts? What I&#039;m looking to do is take an already published XML url and parse it into a HTML table in a post. Will this plugin work for me? I&#039;m not a php guy, so if you could help me with any edits, I&#039;d really appreciate it.</description>
		<content:encoded><![CDATA[<p>How would I write that code if I wanted to change the XML web address for different posts? What I&#8217;m looking to do is take an already published XML url and parse it into a HTML table in a post. Will this plugin work for me? I&#8217;m not a php guy, so if you could help me with any edits, I&#8217;d really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debrain</title>
		<link>http://www.chryzo.net/2009/04/wordpress-xslt-processor-plugin-follow-up/comment-page-1/#comment-13</link>
		<dc:creator>Debrain</dc:creator>
		<pubDate>Wed, 06 Oct 2010 12:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.chryzo.net/?p=74#comment-13</guid>
		<description>Great plugin!!! Thank&#039;s!
Problem in ABSPATH.
Replace [$xml  = $path . $xml;] to [$xml  = $xml;] or delete this string if XML located in external source and
replace [$xslt = $path.$xslt;] to [$xslt = $xslt;] or delete this string if XSL located in external source.
Don&#039;t forget [http://] before filepath.</description>
		<content:encoded><![CDATA[<p>Great plugin!!! Thank&#8217;s!<br />
Problem in ABSPATH.<br />
Replace [$xml  = $path . $xml;] to [$xml  = $xml;] or delete this string if XML located in external source and<br />
replace [$xslt = $path.$xslt;] to [$xslt = $xslt;] or delete this string if XSL located in external source.<br />
Don&#8217;t forget [http://] before filepath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chryzo</title>
		<link>http://www.chryzo.net/2009/04/wordpress-xslt-processor-plugin-follow-up/comment-page-1/#comment-12</link>
		<dc:creator>Chryzo</dc:creator>
		<pubDate>Sun, 15 Aug 2010 07:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.chryzo.net/?p=74#comment-12</guid>
		<description>Hello,
Sorry for the late reply, was out of the net for a while :)

Yes it is possible if you modify the code of the processor. At the moment the path is hardcoded on line 126, it can be made so that if the http:// string is present in the xml / xsl file path then said path is not modified.
It would go something like this:
If http:// is present in $xml then do nothing, otherwise, $xml = $path.$xml
if http:// is present in $xsl then do nothing, otherwise, $xsl = $path.$xsl

The modification necessary should be around line 126/127

Hope it helps,</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Sorry for the late reply, was out of the net for a while <img src='http://www.chryzo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Yes it is possible if you modify the code of the processor. At the moment the path is hardcoded on line 126, it can be made so that if the http:// string is present in the xml / xsl file path then said path is not modified.<br />
It would go something like this:<br />
If http:// is present in $xml then do nothing, otherwise, $xml = $path.$xml<br />
if http:// is present in $xsl then do nothing, otherwise, $xsl = $path.$xsl</p>
<p>The modification necessary should be around line 126/127</p>
<p>Hope it helps,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdbrew</title>
		<link>http://www.chryzo.net/2009/04/wordpress-xslt-processor-plugin-follow-up/comment-page-1/#comment-11</link>
		<dc:creator>jdbrew</dc:creator>
		<pubDate>Mon, 09 Aug 2010 10:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.chryzo.net/?p=74#comment-11</guid>
		<description>Great plugin! One question - is there any way of passing in XML files that do not reside on the same server? eg: http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/world/rss.xml</description>
		<content:encoded><![CDATA[<p>Great plugin! One question &#8211; is there any way of passing in XML files that do not reside on the same server? eg: <a href="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/world/rss.xml" rel="nofollow">http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/world/rss.xml</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

