<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: XML Generator 2.0 - PHP &#038; DOM</title>
	<link>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/</link>
	<description>Throwing code to the wind</description>
	<pubDate>Sat, 22 Nov 2008 03:43:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Carlos Coelho</title>
		<link>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-9</link>
		<author>Carlos Coelho</author>
		<pubDate>Fri, 11 May 2007 17:18:29 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-9</guid>
					<description>Thank you vega for this new version, tested this file with success, it will help a lot</description>
		<content:encoded><![CDATA[<p>Thank you vega for this new version, tested this file with success, it will help a lot</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bmud</title>
		<link>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-847</link>
		<author>Bmud</author>
		<pubDate>Wed, 26 Mar 2008 20:43:41 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-847</guid>
					<description>I'm very new to PHP and your try{} functions give me php errors. But as I'm realizing that this code is not meant to be executed by my end users, I think I'll have to look elsewhere. :( Thanks for whatever help your well-commented code might bring me.</description>
		<content:encoded><![CDATA[<p>I&#8217;m very new to PHP and your try{} functions give me php errors. But as I&#8217;m realizing that this code is not meant to be executed by my end users, I think I&#8217;ll have to look elsewhere. <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> Thanks for whatever help your well-commented code might bring me.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-848</link>
		<author>fromvega</author>
		<pubDate>Thu, 27 Mar 2008 03:00:27 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-848</guid>
					<description>Hello Bmud, 

Those "try" aren't functions but PHP5 constructs. So it means you should have PHP5 to run the script. It seams to me that you have PHP4.

Also, you should look at the newer version of this script at http://fromvega.com/wordpress/2007/05/13/xml-generator-dir/

Bye! ;)</description>
		<content:encoded><![CDATA[<p>Hello Bmud, </p>
<p>Those &#8220;try&#8221; aren&#8217;t functions but PHP5 constructs. So it means you should have PHP5 to run the script. It seams to me that you have PHP4.</p>
<p>Also, you should look at the newer version of this script at <a href="http://fromvega.com/wordpress/2007/05/13/xml-generator-dir/" rel="nofollow">http://fromvega.com/wordpress/2007/05/13/xml-generator-dir/</a></p>
<p>Bye! <img src='http://fromvega.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: peter</title>
		<link>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-869</link>
		<author>peter</author>
		<pubDate>Sun, 11 May 2008 16:06:46 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-869</guid>
					<description>hello!

i have tested it but over shell i get

Parse error: parse error in line 120

what das that mean?

regards
peter</description>
		<content:encoded><![CDATA[<p>hello!</p>
<p>i have tested it but over shell i get</p>
<p>Parse error: parse error in line 120</p>
<p>what das that mean?</p>
<p>regards<br />
peter</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: fromvega</title>
		<link>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-875</link>
		<author>fromvega</author>
		<pubDate>Fri, 16 May 2008 18:38:17 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-875</guid>
					<description>Hi Peter, I don't know for sure. Are you sure you are using PHP5? If not maybe this is the case. If yes maybe you made a mistake while editing the file? Give it a check, and also try the newer version of this script at http://fromvega.com/wordpress/2007/05/13/xml-generator-dir/</description>
		<content:encoded><![CDATA[<p>Hi Peter, I don&#8217;t know for sure. Are you sure you are using PHP5? If not maybe this is the case. If yes maybe you made a mistake while editing the file? Give it a check, and also try the newer version of this script at <a href="http://fromvega.com/wordpress/2007/05/13/xml-generator-dir/" rel="nofollow">http://fromvega.com/wordpress/2007/05/13/xml-generator-dir/</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Tomás</title>
		<link>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-885</link>
		<author>Tomás</author>
		<pubDate>Sat, 21 Jun 2008 12:24:21 +0000</pubDate>
		<guid>http://fromvega.com/wordpress/2007/05/11/xml-generator-20-php-dom/#comment-885</guid>
					<description>Man you saved my life. I was about to program something like this for myself, you saved me a lot of wasted time!

Thanks,</description>
		<content:encoded><![CDATA[<p>Man you saved my life. I was about to program something like this for myself, you saved me a lot of wasted time!</p>
<p>Thanks,</p>
]]></content:encoded>
				</item>
</channel>
</rss>
