<?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: Transforming Coldfusion code with XSLT</title>
	<atom:link href="http://jdowdle.com/wp/2009/05/transforming-coldfusion-code-with-xslt/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdowdle.com/wp/2009/05/transforming-coldfusion-code-with-xslt/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 18:03:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jon Dowdle</title>
		<link>http://jdowdle.com/wp/2009/05/transforming-coldfusion-code-with-xslt/comment-page-1/#comment-2516</link>
		<dc:creator>Jon Dowdle</dc:creator>
		<pubDate>Mon, 18 May 2009 14:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://jdowdle.com/wp/?p=306#comment-2516</guid>
		<description>@Ben,

It was a pretty interesting exercise. 

One could pre-process the CF and make it easier to parse. The simplest way would be to use a few simple regex&#039;s on the input but I feel it would miss many cases. On the more complex side you could write a whole grammar and compile the CF to XML using lex/yacc. (note: I&#039;m not sure if there is an easier way to do this, it is just what we used in school 3 years ago)</description>
		<content:encoded><![CDATA[<p>@Ben,</p>
<p>It was a pretty interesting exercise. </p>
<p>One could pre-process the CF and make it easier to parse. The simplest way would be to use a few simple regex&#8217;s on the input but I feel it would miss many cases. On the more complex side you could write a whole grammar and compile the CF to XML using lex/yacc. (note: I&#8217;m not sure if there is an easier way to do this, it is just what we used in school 3 years ago)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Nadel</title>
		<link>http://jdowdle.com/wp/2009/05/transforming-coldfusion-code-with-xslt/comment-page-1/#comment-2514</link>
		<dc:creator>Ben Nadel</dc:creator>
		<pubDate>Mon, 18 May 2009 13:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://jdowdle.com/wp/?p=306#comment-2514</guid>
		<description>@Jon,

I&#039;ve often thought about playing around with this. I never had a real intent, but I thought it would be fun as I love XML. That&#039;s an interesting problem about the parsing. I guess you&#039;d have to make your own custom parser that would be more tag based than pure XML based.</description>
		<content:encoded><![CDATA[<p>@Jon,</p>
<p>I&#8217;ve often thought about playing around with this. I never had a real intent, but I thought it would be fun as I love XML. That&#8217;s an interesting problem about the parsing. I guess you&#8217;d have to make your own custom parser that would be more tag based than pure XML based.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Dowdle</title>
		<link>http://jdowdle.com/wp/2009/05/transforming-coldfusion-code-with-xslt/comment-page-1/#comment-2491</link>
		<dc:creator>Jon Dowdle</dc:creator>
		<pubDate>Sun, 17 May 2009 12:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://jdowdle.com/wp/?p=306#comment-2491</guid>
		<description>I&#039;ve been working with XSLT for the last week so this crazy idea popped into my head. The closest thing to a real-world application that this could be used in would be generating documentation. Fortunately there are much easier ways of doing this (&lt;a href=&quot;http://cfcdoc.riaforge.org/&quot; rel=&quot;nofollow&quot;&gt;cfcdoc&lt;/a&gt;).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working with XSLT for the last week so this crazy idea popped into my head. The closest thing to a real-world application that this could be used in would be generating documentation. Fortunately there are much easier ways of doing this (<a href="http://cfcdoc.riaforge.org/" rel="nofollow">cfcdoc</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://jdowdle.com/wp/2009/05/transforming-coldfusion-code-with-xslt/comment-page-1/#comment-2473</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Sat, 16 May 2009 22:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://jdowdle.com/wp/?p=306#comment-2473</guid>
		<description>Yeah I have no idea what you would want to do this for. Ideas?</description>
		<content:encoded><![CDATA[<p>Yeah I have no idea what you would want to do this for. Ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
