<?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: How to build a node in Drupal programmatically</title>
	<atom:link href="http://mediumexposure.com/how-build-node-drupal-programmatically/feed/" rel="self" type="application/rss+xml" />
	<link>http://mediumexposure.com/how-build-node-drupal-programmatically/</link>
	<description>by Maxim Chernyak</description>
	<lastBuildDate>Thu, 04 Mar 2010 06:30:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mx_</title>
		<link>http://mediumexposure.com/how-build-node-drupal-programmatically/comment-page-1/#comment-167</link>
		<dc:creator>mx_</dc:creator>
		<pubDate>Mon, 12 Nov 2007 01:56:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-167</guid>
		<description>&lt;p&gt;Theoretically, you could put it anywhere where drupal runs php (even evaluated blocks with php code), but ideally, you should put this code into your module.  When you start a new drupal website, you should always start at least one module to put all your custom functionality into it. For example, you might need this to run on hook_nodeapi (to respond to some drupal&#039;s event), or on hook_menu callback, or whatever you please.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<div style=""><p></p><p>Theoretically, you could put it anywhere where drupal runs php (even evaluated blocks with php code), but ideally, you should put this code into your module.  When you start a new drupal website, you should always start at least one module to put all your custom functionality into it. For example, you might need this to run on hook_nodeapi (to respond to some drupal&#8217;s event), or on hook_menu callback, or whatever you please.</p></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://mediumexposure.com/how-build-node-drupal-programmatically/comment-page-1/#comment-27</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 11 Nov 2007 12:52:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-27</guid>
		<description>&lt;p&gt;Could you clarify where does this code go? in a file by itself? how does it communicate with Drupal?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Could you clarify where does this code go? in a file by itself? how does it communicate with Drupal?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mx_</title>
		<link>http://mediumexposure.com/how-build-node-drupal-programmatically/comment-page-1/#comment-153</link>
		<dc:creator>mx_</dc:creator>
		<pubDate>Mon, 11 Jun 2007 11:55:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-153</guid>
		<description>&lt;p&gt;it&#039;s supposed to be:
global $user;&lt;/p&gt;

&lt;p&gt;(although php wouldn&#039;t care about spaces)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<div style=""><p></p><p>it&#8217;s supposed to be:
global $user;</p>

<p>(although php wouldn&#8217;t care about spaces)</p></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Familiar</title>
		<link>http://mediumexposure.com/how-build-node-drupal-programmatically/comment-page-1/#comment-1</link>
		<dc:creator>Familiar</dc:creator>
		<pubDate>Mon, 11 Jun 2007 06:21:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-1</guid>
		<description>&lt;p&gt;fifth line requires semi-colon &#039;;&#039;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>fifth line requires semi-colon &#8216;;&#8217;</p>]]></content:encoded>
	</item>
</channel>
</rss>
