<?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</description>
	<lastBuildDate>Sun, 15 Aug 2010 07:07:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<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>
