<?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>Anuj Gakhar &#187; XML</title>
	<atom:link href="http://www.anujgakhar.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com</link>
	<description>My thoughts on ColdFusion, Flex and other RIA stuff....</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:26:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Sorting XML with XSLT and ColdFusion</title>
		<link>http://www.anujgakhar.com/2010/06/28/sorting-xml-with-xslt-and-coldfusion/</link>
		<comments>http://www.anujgakhar.com/2010/06/28/sorting-xml-with-xslt-and-coldfusion/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 13:07:00 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Xpath]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=807</guid>
		<description><![CDATA[I came across a requirement today, where I had to sort a XML file by one of the attributes in one of its child nodes. I did some searching and came across these excellent posts by Ben Nadel.  Obviously, that gave me some headstart and it was clear that XSLT was the way to go.  [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2010/06/28/sorting-xml-with-xslt-and-coldfusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing NameSpaces from XML using XSLT and ColdFusion</title>
		<link>http://www.anujgakhar.com/2009/04/22/removing-namespaces-from-xml-using-xslt-and-coldfusion/</link>
		<comments>http://www.anujgakhar.com/2009/04/22/removing-namespaces-from-xml-using-xslt-and-coldfusion/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 12:41:42 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Xpath]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=430</guid>
		<description><![CDATA[If you are using ColdFusion XPath functions to search/parse XML strings, you will probably have come across this one at some point.  Not all, but most of the XML files have namespaces in them e.g. xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221;. If you use Xpath on a string that contains namespaces, chances are that you will get back the namespaces [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/04/22/removing-namespaces-from-xml-using-xslt-and-coldfusion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Processing Instruction Target Matching &#8220;[xX][mM][lL]&#8221; is Not Allowed</title>
		<link>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/</link>
		<comments>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 20:30:39 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/?p=308</guid>
		<description><![CDATA[This post is just a little tip that I think can take a lot of time in trying to solve. I was building a variable , using cfsavecontent, to process later on and there was absolutely nothing wrong with the code according to me, as below :- As you can see, its pretty hard to [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2009/02/17/the-processing-instruction-target-matching-xxmmll-is-not-allowed/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Changing MXML string labels via XML</title>
		<link>http://www.anujgakhar.com/2007/12/11/changing-mxml-string-labels-via-xml/</link>
		<comments>http://www.anujgakhar.com/2007/12/11/changing-mxml-string-labels-via-xml/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 10:25:14 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/2007/12/11/changing-mxml-string-labels-via-xml/</guid>
		<description><![CDATA[I personally dont like hardcoding things like texts and labels inside any compiled code, reason being , when it needs to be changed for whatever reason, I have to go through the pain of loading the project and making the change and then compiling it again and deploying it again , all for one little [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2007/12/11/changing-mxml-string-labels-via-xml/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Extracting Links using Xpath</title>
		<link>http://www.anujgakhar.com/2007/11/21/extracting-links-using-xpath/</link>
		<comments>http://www.anujgakhar.com/2007/11/21/extracting-links-using-xpath/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 16:49:29 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Xpath]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/2007/11/21/extracting-links-using-xpath/</guid>
		<description><![CDATA[Extracting links from a piece of HTML code is a very common task and any programmer would have come across this requirement at some point. I have always used regular expressions to achieve this and it has always worked for me, no complaints there. However, I was just curious to find some other way to [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2007/11/21/extracting-links-using-xpath/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Coldfusion XML to Struct</title>
		<link>http://www.anujgakhar.com/2007/11/05/coldfusion-xml-to-struct/</link>
		<comments>http://www.anujgakhar.com/2007/11/05/coldfusion-xml-to-struct/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 12:51:54 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/2007/11/05/coldfusion-xml-to-struct/</guid>
		<description><![CDATA[XML parsing in Coldfusion has improved a lot in the last few versions but converting a complex XML object to a Coldfusion structure is still a struggle I beleive. There are a few custom tags out there for doing this but the ones that I have used or know are all only for simple structures, [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2007/11/05/coldfusion-xml-to-struct/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>Using Xpath with Coldfusion</title>
		<link>http://www.anujgakhar.com/2007/10/31/using-xpath-with-coldfusion/</link>
		<comments>http://www.anujgakhar.com/2007/10/31/using-xpath-with-coldfusion/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 16:07:30 +0000</pubDate>
		<dc:creator>Anuj Gakhar</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Xpath]]></category>

		<guid isPermaLink="false">http://www.anujgakhar.com/2007/10/31/using-xpath-with-coldfusion/</guid>
		<description><![CDATA[I find Xpath very powerul for searching through a XML document. I have used it extensively in some of my projects and it might be worth it to post some of the examples here. For this example, I have used the books.xml sample xml file which can be found here. Following are some examples of [...]]]></description>
		<wfw:commentRss>http://www.anujgakhar.com/2007/10/31/using-xpath-with-coldfusion/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

