<?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: Automated Metadata Formatting for Cornell&#8217;s Print-on-Demand Books</title>
	<atom:link href="http://journal.code4lib.org/articles/2138/feed" rel="self" type="application/rss+xml" />
	<link>http://journal.code4lib.org/articles/2138</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 10:29:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Dianne Dietrich</title>
		<link>http://journal.code4lib.org/articles/2138/comment-page-1#comment-2693</link>
		<dc:creator>Dianne Dietrich</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=2138#comment-2693</guid>
		<description><![CDATA[An earlier version of the script handled the duplicate-surname situation using string matching. When we reviewed the results, there were cases where that code inadvertently garbled certain author strings, which is why I decided to try using a regex. It worked -- that is, it didn&#039;t garble strings the way my first attempt did -- and so I kept the code as it was. That said, I&#039;m sure it&#039;s possible to accomplish the same thing using only Python string operations.]]></description>
		<content:encoded><![CDATA[<p>An earlier version of the script handled the duplicate-surname situation using string matching. When we reviewed the results, there were cases where that code inadvertently garbled certain author strings, which is why I decided to try using a regex. It worked &#8212; that is, it didn&#8217;t garble strings the way my first attempt did &#8212; and so I kept the code as it was. That said, I&#8217;m sure it&#8217;s possible to accomplish the same thing using only Python string operations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorothea Salo</title>
		<link>http://journal.code4lib.org/articles/2138/comment-page-1#comment-2692</link>
		<dc:creator>Dorothea Salo</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://journal.code4lib.org/?p=2138#comment-2692</guid>
		<description><![CDATA[Why do regex matching instead of string matching for the duplicate-surname situation?]]></description>
		<content:encoded><![CDATA[<p>Why do regex matching instead of string matching for the duplicate-surname situation?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
