<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog for the Web Programmers &#187; cck</title>
	<atom:link href="http://blog.chandanweb.com/tags/cck/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chandanweb.com</link>
	<description>A useful blog with code assitance on Typo3, Drupal, PHP, Apache, OpenSSL and PHP Frameworks</description>
	<lastBuildDate>Wed, 25 Jan 2012 08:35:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How to read and print body field value in drupal</title>
		<link>http://blog.chandanweb.com/drupal/how-to-read-and-print-body-field-value-in-drupal</link>
		<comments>http://blog.chandanweb.com/drupal/how-to-read-and-print-body-field-value-in-drupal#comments</comments>
		<pubDate>Thu, 15 May 2008 05:24:12 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Drupal Tips]]></category>
		<category><![CDATA[body field]]></category>
		<category><![CDATA[cck]]></category>
		<category><![CDATA[read body value]]></category>

		<guid isPermaLink="false">http://blog.spabhat.com/?p=41</guid>
		<description><![CDATA[While I browsed through several documentation, I come across users who ignorantly tried to display the code in the following way: // $node-&#62;body;// print $body;// print $field-body[0]['view'];// print $body-&#62;content['body']['#value'];// print $content['body']['#value']; print $node-&#62;content['body']['#value']; This last line contains the code that worked fine for me. print $node-&#62;content['body']['#value'];]]></description>
			<content:encoded><![CDATA[<p>While I browsed through several documentation, I come across users who ignorantly tried to display the code in the following way:<br />
<blockquote>
<p>// $node-&gt;body;<br />// print $body;<br />// print $field-body[0]['view'];<br />// print $body-&gt;content['body']['#value'];<br />// print $content['body']['#value'];
<p>print $node-&gt;content['body']['#value']; </p>
</blockquote>
<p>This last line contains the code that worked fine for me.<br />
<blockquote>
<p>print $node-&gt;content['body']['#value'];</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/drupal/how-to-read-and-print-body-field-value-in-drupal/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

