<?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>Library Web Chic &#187; Xpath</title>
	<atom:link href="http://www.librarywebchic.net/wordpress/tag/xpath/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.librarywebchic.net/wordpress</link>
	<description>Resources for librarians who are interested in the application of web design and technologies in libraries</description>
	<lastBuildDate>Thu, 15 Jul 2010 20:13:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Use it or lose it</title>
		<link>http://www.librarywebchic.net/wordpress/2006/08/21/use-it-or-lose-it/</link>
		<comments>http://www.librarywebchic.net/wordpress/2006/08/21/use-it-or-lose-it/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 00:56:47 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[Xpath]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://www.librarywebchic.net/wordpress/2006/08/21/use-it-or-lose-it/</guid>
		<description><![CDATA[I&#8217;ve been working on code to include newsfeeds into a web page using Coldfusion for our libraries new content management system. The first issue with creating this kind of code is that there are various types of news feeds available: RSS .9x, RSS 1.0, RSS 2.0, and Atom feeds. I want my tool to be [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on code to include newsfeeds into a web page using Coldfusion for our libraries new content management system. The first issue with creating this kind of code is that there are various types of news feeds available: RSS .9x, RSS 1.0, RSS 2.0, and Atom feeds. I want my tool to be able to handle all these different kinds of feeds and I don&#8217;t want the person inserting the feed into the page to need to know what kind of feed it is.</p>
<p>So the first thing I needed to do was to create XSLTs that did the transformations. Unfortunately, it has been more than a year since I used by XSLT writing skills. The upshot is that I&#8217;ve forgotten some major concepts in building XSLT. Hence the &#8220;Use it or Lose It&#8221; every tech skill that doesn&#8217;t get used rusts to the point of being useless. This isn&#8217;t just true for me, it is true for almost every techy I&#8217;ve met. Its something I struggle with as a techy but also as a manager because I have to make sure I give my staff variety in their work to keep various skills sharp. Since I&#8217;m the XML expert I need to make sure that I do enough XML that I can do it easily when it needs doing. Plus I need to get my staff some training in this area so that they can help with this work as well.</p>
<p>As far as the particular thorns with my XML project, I&#8217;m struggling with XPath and selecting nodes to display. I remember this being my bane the first time around but after several weeks of work I seemed to get the knack of it and was able to construct transformations with ease. The hard drive that is my brain has erased all the data relating to that experience and I feel like I&#8217;m back at square one again.</p>
<p>Trying to comprehend the difference between &lt;apply-templates&gt; and &lt;call template&gt;, as well as the match versus select attributes has given me a massive headache and acid reflux. So tomorrow rather than the trial and error method I&#8217;m going to return to contemplate my Wrox XSLT book to see if it might impart some drop of wisdom so that I can make actual progress on this project!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.librarywebchic.net/wordpress/2006/08/21/use-it-or-lose-it/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
