<?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>Ian Winter &#187; xml</title>
	<atom:link href="http://ianwinter.co.uk/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianwinter.co.uk</link>
	<description>Have you found the instructions yet?</description>
	<lastBuildDate>Sun, 05 Sep 2010 19:53:55 +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>XPath is my new friend</title>
		<link>http://ianwinter.co.uk/2007/02/12/xpath-is-my-new-friend/</link>
		<comments>http://ianwinter.co.uk/2007/02/12/xpath-is-my-new-friend/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 22:29:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xpath]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Doing something at work which involves me grabbing an XML feed from a third party provider on a daily basis then sticking it in a database so it can be reused as the feed only updates at midnight GMT. Quite an easy task, cfhttp the file, loop over it, insert to the database. Well, this [...]]]></description>
			<content:encoded><![CDATA[<p>Doing something at work which involves me grabbing an XML feed from a third party provider on a daily basis then sticking it in a database so it can be reused as the feed only updates at midnight GMT.</p>
<p>Quite an easy task, cfhttp the file, loop over it, insert to the database. Well, this was made even easier by me discovering the entirely not new <a href="http://en.wikipedia.org/wiki/XPath">XPath</a> (or <a href="http://www.w3.org/TR/xpath">here</a>). Another quick google found a <a href="http://www.w3schools.com/xpath/default.asp">tutorial</a> and after a quick play using xmlParse() and xmlSearch() in Coldfusion 7 my feed was filtered and inserted for reuse. It&#8217;s been around for a while, but, if you&#8217;re using CF7 and working with XML and haven&#8217;t seen XPath I suggest you take a look.</p>
<p>Quite nice as well as I actually learned something today!</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/02/12/xpath-is-my-new-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New MM Technote &#8211; XML Files</title>
		<link>http://ianwinter.co.uk/2004/12/22/new-mm-technote-xml-files/</link>
		<comments>http://ianwinter.co.uk/2004/12/22/new-mm-technote-xml-files/#comments</comments>
		<pubDate>Wed, 22 Dec 2004 22:47:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[macromedia]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Wanted to know what all those XML files in Coldfusion MX are, what purpose they have and were they live? Wonder no more, go have a read of this new Technote.]]></description>
			<content:encoded><![CDATA[<p>Wanted to know what all those XML files in Coldfusion MX are, what purpose they have and were they live? Wonder no more, go have a read of this new <a href="http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=94a16ba6">Technote</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2004/12/22/new-mm-technote-xml-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
