<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>ColdFusion Development Blog by Scott Bennett - XML</title>
			<link>http://www.coldfusionguy.com/ColdFusion/blog/index.cfm</link>
			<description>Scott Bennett - The ColdFusion Guy&apos;s Blog on ColdFusion development.</description>
			<language>en-us</language>
			<pubDate>Mon, 06 Sep 2010 17:02:06 -0400</pubDate>
			<lastBuildDate>Fri, 26 Sep 2008 16:23:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>Scott@ColdFusionGuy.com</managingEditor>
			<webMaster>Scott@ColdFusionGuy.com</webMaster>
			
			<item>
				<title>XMLSearch(): Specify xmlns namespaces in an xPath Search</title>
				<link>http://www.coldfusionguy.com/ColdFusion/blog/index.cfm/2008/9/26/XMLSearch-Specify-xmlns-namespaces-in-an-xPath-Search</link>
				<description>
				
				At last nights &lt;a href=&quot;http://www.occfug.org&quot; target=&quot;_blank&quot;&gt;OCCFUG&lt;/a&gt; meeting, one of the members asked what is the best way to access the data from nodes in an XML document that have xmlns namespace prefixes. I touched on this topic briefly in the comments of my post about &lt;a href=&quot;http://www.coldfusionguy.com/ColdFusion/blog/index.cfm/2007/11/15/ColdFusion-Tutorial-Reading-XML-Documents&quot; target=&quot;_blank&quot;&gt;reading XML documents&lt;/a&gt;, but I thought I would expound upon it a little more as there doesn&apos;t seem to be a lot of solid explanations out there on how to do this in ColdFusion. In a nutshell, the answer is to use XMLSearch() with an xPath expression that utilizes the namespace-uri() function.  [More]
				</description>
				
				<category>XML</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Fri, 26 Sep 2008 16:23:00 -0400</pubDate>
				<guid>http://www.coldfusionguy.com/ColdFusion/blog/index.cfm/2008/9/26/XMLSearch-Specify-xmlns-namespaces-in-an-xPath-Search</guid>
				
			</item>
			
			<item>
				<title>Looping Through XML Nodes with CFLoop and XMLSearch</title>
				<link>http://www.coldfusionguy.com/ColdFusion/blog/index.cfm/2007/12/26/Looping-Through-XML-Nodes-with-CFloop-and-XMLSearch</link>
				<description>
				
				I came up with a little short cut earlier today when I was commenting on an &lt;a href=&quot;http://www.bennadel.com/blog/1102-ColdFusion-8-CFloop-Array-Iteration-XML-Bug-.htm&quot; target=&quot;_blank&quot;&gt;article Ben Nadel wrote&lt;/a&gt; and he thought it was pretty clever, so I thought other people might find it useful as well.  [More]
				</description>
				
				<category>XML</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Wed, 26 Dec 2007 19:34:00 -0400</pubDate>
				<guid>http://www.coldfusionguy.com/ColdFusion/blog/index.cfm/2007/12/26/Looping-Through-XML-Nodes-with-CFloop-and-XMLSearch</guid>
				
			</item>
			
			<item>
				<title>ColdFusion Tutorial: Generating XML Documents</title>
				<link>http://www.coldfusionguy.com/ColdFusion/blog/index.cfm/2007/11/20/ColdFusion-Tutorial-Generating-XML-Documents</link>
				<description>
				
				As of ColdFusion MX, there are several tags and functions that make working with XML a snap. In this tutorial I am going to demonstrate how to use these tools to generate an XML document.

The first step is to write a query to get the data we want to export. We are going to export a list of books from the cfbookclub database that comes with ColdFusion.  [More]
				</description>
				
				<category>XML</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 20 Nov 2007 12:31:00 -0400</pubDate>
				<guid>http://www.coldfusionguy.com/ColdFusion/blog/index.cfm/2007/11/20/ColdFusion-Tutorial-Generating-XML-Documents</guid>
				
			</item>
			
			<item>
				<title>ColdFusion Tutorial: Reading XML Documents</title>
				<link>http://www.coldfusionguy.com/ColdFusion/blog/index.cfm/2007/11/15/ColdFusion-Tutorial-Reading-XML-Documents</link>
				<description>
				
				There are many, many uses for XML, and if you  use ColdFusion to consume web services, or create data integration processes, then chances are, you will need work with XML. As of ColdFusion MX there are several tags and functions that make working with XML a snap. In this tutorial I am going to focus on teaching you how to pull the information you need out of XML documents.  [More]
				</description>
				
				<category>XML</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 15 Nov 2007 15:12:00 -0400</pubDate>
				<guid>http://www.coldfusionguy.com/ColdFusion/blog/index.cfm/2007/11/15/ColdFusion-Tutorial-Reading-XML-Documents</guid>
				
			</item>
			</channel></rss>