<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Microsoft Technology, .Net, BizTalk, Sharepoint &#38; etc. &#187; BDC</title>
	<atom:link href="http://littletalk.wordpress.com/tag/bdc/feed/" rel="self" type="application/rss+xml" />
	<link>http://littletalk.wordpress.com</link>
	<description>Liedong(Ken) Zheng, Senior SharePoint Developer at SIMPLOT</description>
	<lastBuildDate>Tue, 22 Dec 2009 23:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='littletalk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/273a2ea2429a815e9b5d08a05fc38987?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Microsoft Technology, .Net, BizTalk, Sharepoint &#38; etc. &#187; BDC</title>
		<link>http://littletalk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://littletalk.wordpress.com/osd.xml" title="Microsoft Technology, .Net, BizTalk, Sharepoint &amp; etc." />
		<item>
		<title>Adding a Default Action to a Business Data Catalog Entity</title>
		<link>http://littletalk.wordpress.com/2008/05/26/adding-a-default-action-to-a-business-data-catalog-entity/</link>
		<comments>http://littletalk.wordpress.com/2008/05/26/adding-a-default-action-to-a-business-data-catalog-entity/#comments</comments>
		<pubDate>Mon, 26 May 2008 07:28:25 +0000</pubDate>
		<dc:creator>ken zheng</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[BDC]]></category>
		<category><![CDATA[Default Action]]></category>

		<guid isPermaLink="false">http://littletalk.wordpress.com/?p=96</guid>
		<description><![CDATA[ A default action is the URL, that will be used when a user clicks for details on the item (either in a BDC webpart or Enterprise Search results).  I personally discovered it because I saw an attribute in an example somewhere that had nothing to do with this topic.  First, I&#8217;ll go back and explain how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=littletalk.wordpress.com&blog=2688155&post=96&subd=littletalk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> A default action is the URL, that will be used when a user clicks for details on the item (either in a BDC webpart or Enterprise Search results).  I personally discovered it because I saw an attribute in an example somewhere that had nothing to do with this topic.  First, I&#8217;ll go back and explain how to create an action to begin with.  Most BDC tools will do this for you now, but what does it actually emit in the XML?  Also of note, a lot of tools will let you create the action but not set it as a default.  Here is what typical XML looks like.  It goes in the <em>Entity</em> element.</p>
<div style="font-size:10pt;background:white;color:black;font-family:Courier New;">
<p style="margin:0;"><span style="color:blue;">&lt;</span><span style="color:#a31515;">Actions</span><span style="color:blue;">&gt;</span></p>
<p style="margin:0;"><span style="color:blue;">  &lt;</span><span style="color:#a31515;">Action</span><span style="color:blue;"> </span><span style="color:red;">Position</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">1</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">IsOpenedInNewWindow</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">false</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">Url</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">{0}</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">ImageUrl</span><span style="color:blue;">=</span>&#8220;&#8221;<span style="color:blue;"> </span><span style="color:red;">Name</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">Default</span>&#8220;<span style="color:blue;">&gt;</span></p>
<p style="margin:0;"><span style="color:blue;">    &lt;</span><span style="color:#a31515;">ActionParameters</span><span style="color:blue;">&gt;</span></p>
<p style="margin:0;"><span style="color:blue;">      &lt;</span><span style="color:#a31515;">ActionParameter</span><span style="color:blue;"> </span><span style="color:red;">Name</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">SiteUrl</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">Index</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">0</span>&#8220;<span style="color:blue;"> /&gt;</span></p>
<p style="margin:0;"><span style="color:blue;">    &lt;/</span><span style="color:#a31515;">ActionParameters</span><span style="color:blue;">&gt;</span></p>
<p style="margin:0;"><span style="color:blue;">  &lt;/</span><span style="color:#a31515;">Action</span><span style="color:blue;">&gt;</span></p>
<p style="margin:0;"><span style="color:blue;">&lt;/</span><span style="color:#a31515;">Actions</span><span style="color:blue;">&gt;</span></p>
</div>
<p>The URL allows you to inject the value of a column similar to that of String.Format() using {0} etc.  This can be useful if you need to specify a different protocol besides http (i.e.: file://) or if you needed to construct the URL using multiple columns.  To set up a default action, you need to take a note of what you named the action (in this case I called it Default).  This is how you tell it which action to use as a default.</p>
<p>Now that we have recapped how to create an Action, we need to specify that its a default action.  This is actually pretty easy.  Create a new <em>Property </em>element in the Properties element of the Entity.  Give it an attribute of <strong>DefaultAction</strong> and specify the name of the Action we defined earlier.  Here is how it looks.</p>
<div style="font-size:10pt;background:white;color:black;font-family:Courier New;">
<p style="margin:0;"><span style="color:blue;">&lt;</span><span style="color:#a31515;">Property</span><span style="color:blue;"> </span><span style="color:red;">Name</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">DefaultAction</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">Type</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">System.String</span>&#8220;<span style="color:blue;">&gt;</span>Default<span style="color:blue;">&lt;/</span><span style="color:#a31515;">Property</span><span style="color:blue;">&gt;</span></p>
</div>
<p>When you import the application definition, you will receive a warning like the following. </p>
<p> <em>Could not create profile page for Entity MyEntity.  The error is: Default action exists for application &#8216;MyInstance&#8217;, entity &#8216;MyEntity&#8217;.  Profile page creation skipped.</em></p>
<p>This really isn&#8217;t an error.  It is just telling you that since you specified a default action, it did not automatically generate a profile page for the entity. That&#8217;s all there is to it.  Hopefully, more tools will start supporting it out of the box soon.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/littletalk.wordpress.com/96/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/littletalk.wordpress.com/96/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/littletalk.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/littletalk.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/littletalk.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/littletalk.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/littletalk.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/littletalk.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/littletalk.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/littletalk.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/littletalk.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/littletalk.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=littletalk.wordpress.com&blog=2688155&post=96&subd=littletalk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://littletalk.wordpress.com/2008/05/26/adding-a-default-action-to-a-business-data-catalog-entity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e36e65741ca6b868a4f626cb656121bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ken zheng</media:title>
		</media:content>
	</item>
		<item>
		<title>Change BDC ADF Version Numbers</title>
		<link>http://littletalk.wordpress.com/2008/05/26/change-bdc-adf-version-numbers/</link>
		<comments>http://littletalk.wordpress.com/2008/05/26/change-bdc-adf-version-numbers/#comments</comments>
		<pubDate>Mon, 26 May 2008 02:01:04 +0000</pubDate>
		<dc:creator>ken zheng</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[BDC]]></category>

		<guid isPermaLink="false">http://littletalk.wordpress.com/?p=95</guid>
		<description><![CDATA[If you&#8217;re hand-coding ADF files and doing a lot of code/import/test cycles, use the version number to make your life easier. 
I hate to admit it, but until this week, I was always deleting the ADF and re-importing it.  This would break my business data columns and make me re-wire them.  All unnecessary.
File this under &#8220;it&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=littletalk.wordpress.com&blog=2688155&post=95&subd=littletalk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you&#8217;re hand-coding ADF files and doing a lot of code/import/test cycles, use the version number to make your life easier. </p>
<p>I hate to admit it, but until this week, I was always deleting the ADF and re-importing it.  This would break my business data columns and make me re-wire them.  All unnecessary.</p>
<p>File this under &#8220;it&#8217;s obvious once you see it&#8221;.</p>
<p>Example:</p>
<pre><span style="color:#0000ff;">&lt;</span><span style="color:#a31515;">LobSystem
</span><span style="color:#0000ff;">  </span><span style="color:#ff0000;">xmlns:xsi</span><span style="color:#0000ff;">=</span>"<span style="color:#0000ff;"><a href="http://www.w3.org/2001/XMLSchema-instance%22"><span style="color:#2771b3;">http://www.w3.org/2001/XMLSchema-instance</span></a></span>"
<span style="color:#ff0000;">  xsi:schemaLocation</span><span style="color:#0000ff;">=</span>"<span style="color:#0000ff;">http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog BDCMetadata.xsd</span>"
<span style="color:#ff0000;">  Type</span><span style="color:#0000ff;">=</span>"<span style="color:#0000ff;">WebService</span>"
<span style="color:#ff0000;">  Version</span><span style="color:#0000ff;">=</span>"<span style="color:#0000ff;">1.2.0.0</span>"<span style="color:#0000ff;"> </span><span style="color:#ff0000;">Name</span><span style="color:#0000ff;">=</span>"<span style="color:#0000ff;">xyzzyDocumentReview</span>"
<span style="color:#ff0000;">  xmlns</span><span style="color:#0000ff;">=</span>"<span style="color:#0000ff;">http://schemas.microsoft.com/office/2006/03/BusinessDataCatalog</span>"<span style="color:#0000ff;">&gt;
</span></pre>
<p><a href="http://11011.net/software/vspaste"></a></p>
<p>Change that version and re-import and the existing business data column uses the updated version automatically with no additional configuration required.</p>
<p> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/littletalk.wordpress.com/95/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/littletalk.wordpress.com/95/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/littletalk.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/littletalk.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/littletalk.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/littletalk.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/littletalk.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/littletalk.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/littletalk.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/littletalk.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/littletalk.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/littletalk.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=littletalk.wordpress.com&blog=2688155&post=95&subd=littletalk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://littletalk.wordpress.com/2008/05/26/change-bdc-adf-version-numbers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e36e65741ca6b868a4f626cb656121bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ken zheng</media:title>
		</media:content>
	</item>
		<item>
		<title>Crawled Property mapping to Managed Property in Sharepoint</title>
		<link>http://littletalk.wordpress.com/2008/05/13/crawled-property-mapping-to-managed-property-in-sharepoint/</link>
		<comments>http://littletalk.wordpress.com/2008/05/13/crawled-property-mapping-to-managed-property-in-sharepoint/#comments</comments>
		<pubDate>Tue, 13 May 2008 23:15:16 +0000</pubDate>
		<dc:creator>ken zheng</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[BDC]]></category>
		<category><![CDATA[Managed Property]]></category>
		<category><![CDATA[Sharepoint 2007]]></category>

		<guid isPermaLink="false">http://littletalk.wordpress.com/?p=83</guid>
		<description><![CDATA[I have BDC and want to call search web service by filtering on certain columns on my database. The way to do is create your BDC application file includes the fields of the tables. Import to sharepoint
If your import is successful you will find the application definition file under &#8216;View applications&#8217; like the illustration below.

If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=littletalk.wordpress.com&blog=2688155&post=83&subd=littletalk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have BDC and want to call search web service by filtering on certain columns on my database. The way to do is create your BDC application file includes the fields of the tables. Import to sharepoint</p>
<p>If your import is successful you will find the application definition file under &#8216;View applications&#8217; like the illustration below.</p>
<p><a href="http://bp0.blogger.com/_IT9mfTI9C3E/R_FSUVPY8XI/AAAAAAAAASY/L0NBp-BYGLE/s1600-h/AppDefLists.jpg"></a><img style="display:block;cursor:hand;text-align:center;margin:0 auto 10px;" src="http://bp2.blogger.com/_IT9mfTI9C3E/R_JkYlPY8gI/AAAAAAAAATg/0tbSm9-jh_A/s200/AppDefLists.jpg" border="0" alt="" /><br />
If you click the &#8216;View entity&#8217; link you will be able to review the entities that were successfully imported along with their data types.</p>
<p><img style="display:block;cursor:hand;text-align:center;margin:0 auto 10px;" src="http://bp1.blogger.com/_IT9mfTI9C3E/R_JkqVPY8hI/AAAAAAAAATo/BwTyS-rvHG8/s200/ViewEntity.jpg" border="0" alt="" /><br />
You will then need to create a &#8216;Content Source&#8217; that will crawl the Business Data. You can set up the <span class="blsp-spelling-error">BDC</span> crawl for the entire <span class="blsp-spelling-error">BDC</span> or a specific application.</p>
<p><img style="display:block;cursor:hand;text-align:center;margin:0 auto 10px;" src="http://bp3.blogger.com/_IT9mfTI9C3E/R_FaNFPY8cI/AAAAAAAAATA/BnVpy6EgS-E/s200/BDCOptions.jpg" border="0" alt="" /></p>
<p>Make sure you review the crawl log to make sure all of the data you need gets picked up. The next step in the process is to create a managed property to connect to the crawled properties you intend on searching for.</p>
<p>To get to the &#8216;Managed Properties&#8217; window in <span class="blsp-spelling-error">SharePoint</span>, you will need to access the Shared Service Provider. Once there, you should find a link to &#8216;<span class="blsp-spelling-error">Metadata</span> property mappings&#8217;. Click this to proceed.</p>
<p> </p>
<p>The default view is the Managed Properties. You should also notice a Crawled Properties link. The easiest way to link managed properties to crawled properties is to click the &#8216;New Managed Property&#8217; link on the <span class="blsp-spelling-error">Metadata</span> Property Mappings page. I like to make my property name similar to the crawled property I want to link. For the sake of this demo, I am going to add <span class="blsp-spelling-error">SPCN</span>10, <span class="blsp-spelling-error">SPCN</span>13, Title, <span class="blsp-spelling-error">CategoryName</span>, <span class="blsp-spelling-error">SeriesCode</span>, <span class="blsp-spelling-error">PackageCode</span>, and <span class="blsp-spelling-error">ItemNumber</span>. These are the critical fields that I am envisioning will be needed to bring back results from the Commerce Server product catalog.</p>
<p>To add mapping from the Crawled properties section, click &#8216;Add Mapping&#8217;. This brings up a screen that helps you wade through the list of content. Make sure to select &#8216;Business Data&#8217; and then type in the property name. I have typed &#8216;Title&#8217;. It brings back the one result I am looking for. In some circumstances you may want to map one Managed Property to several Crawled Properties. I am doing just that with the <span class="blsp-spelling-error">SPCN</span>10 and <span class="blsp-spelling-error">SPCN</span>13 values since they are being used as an ISBN number for books in this particular schema. Make sure you remember to check the &#8216;Allow this property to be used in scopes&#8217;.</p>
<p><img style="display:block;cursor:hand;text-align:center;margin:0 auto 10px;" src="http://bp3.blogger.com/_IT9mfTI9C3E/R_JP41PY8dI/AAAAAAAAATI/BxV8vksoAV4/s200/CrawledPropSelection2.jpg" border="0" alt="" /></p>
<p><span style="color:#ff0000;">You need to Full Craw your Content Source before your managed properties will show.</span><br />
So your search query can look like &#8220;<span style="color:#ff0000;">SELECT KnowledgeEventCreatedDate  , Consultant,Title, Path, Description, Write, Rank,Size,Author,Created,CreatedBy , HitHighlightedSummary FROM SCOPE() WHERE &#8220;scope&#8221;=&#8217;Knowledge&#8217; AND FREETEXT( DefaultProperties,&#8217;Ken&#8217;) ORDER BY Rank DESC</span>&#8220;</p>
<p> </p>
<p>Now it&#8217;s time to set up some Search Scopes. I am going to create a search scope for Books. Search scopes can be set up in many <span class="blsp-spelling-corrected">different</span> levels. First you have the Site Settings\Scopes, then we have Search Settings Scopes, and finally you can set them up at the site collection level.</p>
<p>Once your scope is created, the next step is to add rules to the item. Here is where we tie our property mappings to our scopes. I am going to select &#8216;Property Query&#8217; here and then select<br />
<span class="blsp-spelling-error">PackageCode</span>. In my database I am using a package code of &#8216;BA&#8217;, &#8216;BB&#8217; and &#8216;BC&#8217; to represent books. You will need to create 3 rules to accommodate the search requirements. Don&#8217;t forget that if you want to run the scope right away to click the &#8216;Start update now&#8217; under the scopes section.<br />
<img style="display:block;cursor:hand;text-align:center;margin:0 auto 10px;" src="http://bp3.blogger.com/_IT9mfTI9C3E/R_JgW1PY8eI/AAAAAAAAATQ/0cmA8Yr21q4/s200/BooksWithNumber.jpg" border="0" alt="" /></p>
<p>From here all that is needed is to set up your Search Center with your new scope.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/littletalk.wordpress.com/83/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/littletalk.wordpress.com/83/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/littletalk.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/littletalk.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/littletalk.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/littletalk.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/littletalk.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/littletalk.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/littletalk.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/littletalk.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/littletalk.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/littletalk.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=littletalk.wordpress.com&blog=2688155&post=83&subd=littletalk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://littletalk.wordpress.com/2008/05/13/crawled-property-mapping-to-managed-property-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e36e65741ca6b868a4f626cb656121bb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ken zheng</media:title>
		</media:content>

		<media:content url="http://bp2.blogger.com/_IT9mfTI9C3E/R_JkYlPY8gI/AAAAAAAAATg/0tbSm9-jh_A/s200/AppDefLists.jpg" medium="image" />

		<media:content url="http://bp1.blogger.com/_IT9mfTI9C3E/R_JkqVPY8hI/AAAAAAAAATo/BwTyS-rvHG8/s200/ViewEntity.jpg" medium="image" />

		<media:content url="http://bp3.blogger.com/_IT9mfTI9C3E/R_FaNFPY8cI/AAAAAAAAATA/BnVpy6EgS-E/s200/BDCOptions.jpg" medium="image" />

		<media:content url="http://bp3.blogger.com/_IT9mfTI9C3E/R_JP41PY8dI/AAAAAAAAATI/BxV8vksoAV4/s200/CrawledPropSelection2.jpg" medium="image" />

		<media:content url="http://bp3.blogger.com/_IT9mfTI9C3E/R_JgW1PY8eI/AAAAAAAAATQ/0cmA8Yr21q4/s200/BooksWithNumber.jpg" medium="image" />
	</item>
	</channel>
</rss>