<?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>Cale Dunlap &#187; tools</title>
	<atom:link href="http://www.caledunlap.com/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caledunlap.com</link>
	<description>Programmer and hobbyist game developer</description>
	<lastBuildDate>Fri, 20 Aug 2010 08:13:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Templatize Tool</title>
		<link>http://www.caledunlap.com/2009/07/templatize-tool/</link>
		<comments>http://www.caledunlap.com/2009/07/templatize-tool/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 06:52:31 +0000</pubDate>
		<dc:creator>Cale</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development Journal]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[templatizer]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://caledunlap.com/blog/?p=345</guid>
		<description><![CDATA[I recently wrote up a]]></description>
			<content:encoded><![CDATA[<p>I recently wrote up a template engine tool called Templatize. It started as a tool for my girlfriend so she could quickly generate HTML pages from CSV rows for use on eBay, but then quickly grew into a more robust template tool.</p>
<p>Basically it takes a set of input data, containing multiple entities (rows), each with multiple properties (columns), formatted from some type of delimited text file. Then it takes in a master template file and spits out multiple &#8220;data-injected&#8221; versions of that template.</p>
<p>View the full page <a href="http://caledunlap.com/blog/c/templatize/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caledunlap.com/2009/07/templatize-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
