<?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>Synesthesia &#187; XSL</title>
	<atom:link href="http://www.synesthesia.co.uk/blog/archives/tag/xsl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.synesthesia.co.uk/blog</link>
	<description>Notes on stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:03:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Extracting Route Instructions from Google Maps</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2007/04/23/extracting-route-instructions-from-google-maps/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2007/04/23/extracting-route-instructions-from-google-maps/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 06:06:31 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Mashups]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[GoogleMapsMashup]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>

		<guid isPermaLink="false">http://www.synesthesia.co.uk/blog/archives/2007/04/23/extracting-route-instructions-from-google-maps/</guid>
		<description><![CDATA[This mini-project came about because I had a need to give people route instructions for a party. It&#8217;s easy to use Google Maps to set up a customised route by adding placemarks at navigationally-significant locations (see this example), and you can easily add instructions (including pictures) at each point (try clicking on one of the [...]]]></description>
			<content:encoded><![CDATA[<p>This mini-project came about because I had a need to give people route instructions for a party.</p>
<p>It&#8217;s easy to use <a href="http://maps.google.com/" title="Google Maps">Google Maps</a> to set up a customised route by adding placemarks at navigationally-significant locations (see <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;z=16&amp;om=1&amp;msid=114870744536353390965.00000111ea7e65a3111ef&amp;msa=0" title="Example Google Map">this example</a>), and you can easily add instructions (including pictures) at each point (try clicking on one of the &#8220;map pins&#8221;).</p>
<p>However in the real world, there is nothing to beat having a list of instructions that each person can print out. I didn&#8217;t want to re-type everything into a separate document, so created a <a href="http://www.synesthesia.co.uk/data/sp2tm.php" title="Example output page">web page</a> to extract the key information from Google Maps and present it as a <a href="http://www.synesthesia.co.uk/data/sp2tm.php" title="Example output page">tabular list</a>. Editing the data in Google Maps is immediately reflected in the web page.</p>
<p>There are three key components which are described in more detail (including source listings) on the associated <a href="http://www.synesthesia.co.uk/blog/wiki/Extracting+Route+Instructions+from+Google+Map">wiki page</a>.</p>
<ul>
<li>The <a href="http://earth.google.com/kml/kml_tags_21.html" title="KML reference">KML</a> representation of the map</li>
<li>A PHP script to pull down the relevant KML file, manipulate it by application of an XSL stylesheet, and create the resulting web page</li>
<li>The XSL stylesheet</li>
</ul>
<p><strong>Assumptions and Limitations</strong></p>
<ul>
<li>Assumes that the order in which waypoints are added to the Google Map is the correct navigational order. (this could be a real pain if you later needed to add an intermediate point)</li>
<li>URL transform to get KML file is hard-coded</li>
<li>Assumes that the only placemarks on the map are navigational waypoints</li>
</ul>
<p><strong>References</strong></p>
<ul>
<li>A lot of the insight on manipulating KML came from <a href="http://cse-mjmcl.cse.bris.ac.uk/blog/2005/07/26/1122414882406.html" title="Mark McClaren's Weblog">Mark Mclaren&#8217;s Weblog</a></li>
<li>The PHP code to manipulate the XML was heavily lifted from the <a href="http://devzone.zend.com/node/view/id/1302" title="Zend Developer Zone">Zend Developer Zone</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2007/04/23/extracting-route-instructions-from-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links Roundup for 2007-04-19</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2007/04/19/links-88/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2007/04/19/links-88/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 22:00:00 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[LinkLog]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[DanBricklin]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[PKM]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WardCunnnigham]]></category>
		<category><![CDATA[wget]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[workflow]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Shared bookmarks for del.icio.us user Synesthesia on 2007-04-19 Cleaning up iTunes plist XML: Two-pass approach &#8211; changing the iTunes plist format to a clean XML hieratrchy and then processing that Keywords: XML, XSL, iTunes GNU Wget &#8211; GNU Project &#8211; Free Software Foundation (FSF): Homepage for the GNU Wget project Keywords: tools/wget, GNU Windows Wget [...]]]></description>
			<content:encoded><![CDATA[<p>Shared bookmarks for <a href="http://del.icio.us/">del.icio.us</a> user <a href="http://del.icio.us/synesthesia"> Synesthesia</a> on 2007-04-19</p>
<ul>
<li><a href="http://www.xmldatabases.org/WK/blog/1086?t=item" title="http://www.xmldatabases.org/WK/blog/1086?t=item">Cleaning up iTunes plist XML</a>:<br />
Two-pass approach &#8211; changing the iTunes plist format to a clean XML hieratrchy and then processing that<br />
Keywords: <a href="http://del.icio.us/synesthesia/XML">XML</a>, <a href="http://del.icio.us/synesthesia/XSL">XSL</a>, <a href="http://del.icio.us/synesthesia/iTunes">iTunes</a></li>
<li><a href="http://www.gnu.org/software/wget/wget.html" title="http://www.gnu.org/software/wget/wget.html">GNU Wget &#8211; GNU Project &#8211; Free Software Foundation (FSF)</a>:<br />
Homepage for the GNU Wget project<br />
Keywords: <a href="http://del.icio.us/synesthesia/tools/wget">tools/wget</a>, <a href="http://del.icio.us/synesthesia/GNU">GNU</a></li>
<li><a href="http://www.christopherlewis.com/WGet/WGetFiles.htm" title="http://www.christopherlewis.com/WGet/WGetFiles.htm">Windows Wget files</a>:<br />
Windows builds of the popular wget tool<br />
Keywords: <a href="http://del.icio.us/synesthesia/tools/wget">tools/wget</a></li>
<li><a href="http://lifehacker.com/software/download-managers/geek-to-live--wget-local-copies-of-your-online-research-delicious-digg-or-google-notebook-200360.php" title="http://lifehacker.com/software/download-managers/geek-to-live--wget-local-copies-of-your-online-research-delicious-digg-or-google-notebook-200360.php">Wget local copies of your online research (del.icio.us, digg or Google Notebook) &#8211; Lifehacker</a>:<br />
More applications of wget<br />
Keywords: <a href="http://del.icio.us/synesthesia/research">research</a>, <a href="http://del.icio.us/synesthesia/workflow">workflow</a>, <a href="http://del.icio.us/synesthesia/pkm">pkm</a>, <a href="http://del.icio.us/synesthesia/tools/wget">tools/wget</a></li>
<li><a href="http://www.lifehacker.com/software/top/geek-to-live--mastering-wget-161202.php" title="http://www.lifehacker.com/software/top/geek-to-live--mastering-wget-161202.php">Geek to Live: Mastering Wget &#8211; Lifehacker</a>:<br />
Good review of practical uses for wget&#8230;<br />
Keywords: <a href="http://del.icio.us/synesthesia/tools/wget">tools/wget</a>, <a href="http://del.icio.us/synesthesia/workflow">workflow</a>, <a href="http://del.icio.us/synesthesia/pkm">pkm</a></li>
<li><a href="http://danbricklin.com/log/2007_01_25.htm" title="http://danbricklin.com/log/2007_01_25.htm">Dan Bricklin / Ward Cunnigham Interview Podcast</a>:<br />
Dan Bricklin interviews the creator of wiki<br />
Keywords: <a href="http://del.icio.us/synesthesia/Wiki">Wiki</a>, <a href="http://del.icio.us/synesthesia/DanBricklin">DanBricklin</a>, <a href="http://del.icio.us/synesthesia/WardCunningham">WardCunningham</a>, <a href="http://del.icio.us/synesthesia/podcast">podcast</a></li>
<li><a href="http://agileconsortium.pbwiki.com/The-Elements-of-Agile-Style" title="http://agileconsortium.pbwiki.com/The-Elements-of-Agile-Style">The Elements of Agile Style</a>:Keywords: <a href="http://del.icio.us/synesthesia/agile/methods">agile/methods</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2007/04/19/links-88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links Roundup for 2007-04-18</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2007/04/18/links-87/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2007/04/18/links-87/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 22:00:00 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[LinkLog]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[ITIL]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[MindManager]]></category>
		<category><![CDATA[mindmapping]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[ServiceCatalogues]]></category>
		<category><![CDATA[ServiceManagement]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Shared bookmarks for del.icio.us user Synesthesia on 2007-04-18 XML.com: Hacking iTunes: Including how to import the iTunes Library XML into C# native objects Keywords: xml, xsl, itunes XSLT script to generate album listing from iTunes XML: Keywords: XML, XSL, iTunes The Top 50 Productivity Blogs (most of which you haven’t heard about) &#124; zen habits: [...]]]></description>
			<content:encoded><![CDATA[<p>Shared bookmarks for <a href="http://del.icio.us/">del.icio.us</a> user <a href="http://del.icio.us/synesthesia"> Synesthesia</a> on 2007-04-18</p>
<ul>
<li><a href="http://www.xml.com/pub/a/2004/11/03/itunes.html" title="http://www.xml.com/pub/a/2004/11/03/itunes.html">XML.com: Hacking iTunes</a>:<br />
Including how to import the iTunes Library XML into C# native objects<br />
Keywords: <a href="http://del.icio.us/synesthesia/xml">xml</a>, <a href="http://del.icio.us/synesthesia/xsl">xsl</a>, <a href="http://del.icio.us/synesthesia/itunes">itunes</a></li>
<li><a href="http://www.movable-type.co.uk/scripts/iTunesAlbumList.html" title="http://www.movable-type.co.uk/scripts/iTunesAlbumList.html">XSLT script to generate album listing from iTunes XML</a>:
<p>Keywords: <a href="http://del.icio.us/synesthesia/XML">XML</a>, <a href="http://del.icio.us/synesthesia/XSL">XSL</a>, <a href="http://del.icio.us/synesthesia/iTunes">iTunes</a></li>
<li><a href="http://zenhabits.net/2007/04/the-top-50-productivity-blogs-most-of-which-you-havent-heard-about" title="http://zenhabits.net/2007/04/the-top-50-productivity-blogs-most-of-which-you-havent-heard-about">The Top 50 Productivity Blogs (most of which you haven’t heard about) | zen habits</a>:
<p>Keywords: <a href="http://del.icio.us/synesthesia/PersonalProductivity">PersonalProductivity</a></li>
<li><a href="http://www.slminfo.com/articles/SLA_catalog_article.pdf" title="http://www.slminfo.com/articles/SLA_catalog_article.pdf">The IT Service Catalog Toolkit</a>:<br />
PDF by by Musab Qureshi on establishing a useful set of Service Catlogues<br />
Keywords: <a href="http://del.icio.us/synesthesia/ServiceManagement">ServiceManagement</a>, <a href="http://del.icio.us/synesthesia/ITIL">ITIL</a>, <a href="http://del.icio.us/synesthesia/ServiceCatalogues">ServiceCatalogues</a></li>
<li><a href="http://www.servicecatalogs.com/WikiHome" title="http://www.servicecatalogs.com/WikiHome">Open Source Service Catalog Community (OSCC)</a>:<br />
The OSCC is dedicated to the creation, sharing and distribution of Service Catalog and Service Portfolio best practices.<br />
Keywords: <a href="http://del.icio.us/synesthesia/ITIL">ITIL</a>, <a href="http://del.icio.us/synesthesia/ServiceCatalogues">ServiceCatalogues</a>, <a href="http://del.icio.us/synesthesia/ServiceManagement">ServiceManagement</a></li>
<li><a href="http://duffill.blogs.com/" title="http://duffill.blogs.com/">Spiral Presentation Maps and Virtual Donuts</a>:<br />
Nick Duffil&#8217;s ideas on using software mindmaps tools for presentations<br />
Keywords: <a href="http://del.icio.us/synesthesia/Mindmapping">Mindmapping</a>, <a href="http://del.icio.us/synesthesia/Presentations">Presentations</a></li>
<li><a href="http://mindjetlabs.com/cs/blogs/vivek/archive/2006/10/04/More-about-MindManager-PIA-_2800_Primary-Interop-Assembly_2900_-Add_2D00_ins-and-.Net-Framework-2.0-_2600_-Visual-Studio-2005.aspx" title="http://mindjetlabs.com/cs/blogs/vivek/archive/2006/10/04/More-about-MindManager-PIA-_2800_Primary-Interop-Assembly_2900_-Add_2D00_ins-and-.Net-Framework-2.0-_2600_-Visual-Studio-2005.aspx">More about MindManager PIA (Primary Interop Assembly) Add-ins and .Net Framework 2.0 &amp; Visual Studio 2005</a>:
<p>Keywords: <a href="http://del.icio.us/synesthesia/MindManager/AddIns">MindManager/AddIns</a>, <a href="http://del.icio.us/synesthesia/DotNet">DotNet</a></li>
<li><a href="http://mindjetlabs.com/cs/blogs/vivek/archive/2006/10/04/Building-Upgrade_2D00_Safe-Add_2D00_ins-for-MindManager.aspx" title="http://mindjetlabs.com/cs/blogs/vivek/archive/2006/10/04/Building-Upgrade_2D00_Safe-Add_2D00_ins-for-MindManager.aspx">Building Upgrade-Safe Add-ins for MindManager</a>:<br />
How to use the MindManager PIA<br />
Keywords: <a href="http://del.icio.us/synesthesia/MindManager/AddIns">MindManager/AddIns</a>, <a href="http://del.icio.us/synesthesia/DotNet">DotNet</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2007/04/18/links-87/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links Roundup for 2007-04-16</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2007/04/16/links-86/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2007/04/16/links-86/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 22:00:00 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[LinkLog]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Shared bookmarks for del.icio.us user Synesthesia on 2007-04-16 WikiMatrix &#8211; Compare them all: Comparison of Wiki software engines Keywords: Wiki, Tools, Software Comparing and Replacing Strings: using XSLT to compare and replace strings Keywords: XSL, XML]]></description>
			<content:encoded><![CDATA[<p>Shared bookmarks for <a href="http://del.icio.us/">del.icio.us</a> user <a href="http://del.icio.us/synesthesia"> Synesthesia</a> on 2007-04-16</p>
<ul>
<li><a href="http://www.wikimatrix.org/index.php" title="http://www.wikimatrix.org/index.php">WikiMatrix &#8211; Compare them all</a>:<br />
Comparison of Wiki software engines<br />
Keywords: <a href="http://del.icio.us/synesthesia/Wiki">Wiki</a>, <a href="http://del.icio.us/synesthesia/Tools">Tools</a>, <a href="http://del.icio.us/synesthesia/Software">Software</a></li>
<li><a href="http://www.xml.com/pub/a/2002/06/05/transforming.html" title="http://www.xml.com/pub/a/2002/06/05/transforming.html">Comparing and Replacing Strings</a>:<br />
using XSLT to compare and replace strings<br />
Keywords: <a href="http://del.icio.us/synesthesia/XSL">XSL</a>, <a href="http://del.icio.us/synesthesia/XML">XML</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2007/04/16/links-86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links Roundup for 2007-04-11</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2007/04/11/links-85/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2007/04/11/links-85/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 21:59:59 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[LinkLog]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Shared bookmarks for del.icio.us user Synesthesia on 2007-04-11 Using PHP and XSL to Transform XML into Web Content: Keywords: XML, PHP, XSL Using XSL to Transform Google Earth (KML) and GPX to Google Maps API: Keywords: Mapping, XSL, XML, Web]]></description>
			<content:encoded><![CDATA[<p>Shared bookmarks for <a href="http://del.icio.us/">del.icio.us</a> user <a href="http://del.icio.us/synesthesia"> Synesthesia</a> on 2007-04-11</p>
<ul>
<li><a href="http://devzone.zend.com/node/view/id/1302" title="http://devzone.zend.com/node/view/id/1302">Using PHP and XSL to Transform XML into Web Content</a>:
<p>Keywords: <a href="http://del.icio.us/synesthesia/XML">XML</a>, <a href="http://del.icio.us/synesthesia/PHP">PHP</a>, <a href="http://del.icio.us/synesthesia/XSL">XSL</a></li>
<li><a href="http://cse-mjmcl.cse.bris.ac.uk/blog/2005/07/26/1122414882406.html" title="http://cse-mjmcl.cse.bris.ac.uk/blog/2005/07/26/1122414882406.html">Using XSL to Transform Google Earth (KML) and GPX to Google Maps API</a>:
<p>Keywords: <a href="http://del.icio.us/synesthesia/Mapping">Mapping</a>, <a href="http://del.icio.us/synesthesia/XSL">XSL</a>, <a href="http://del.icio.us/synesthesia/XML">XML</a>, <a href="http://del.icio.us/synesthesia/Web">Web</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2007/04/11/links-85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links Roundup for 2006-02-15</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2006/02/16/links-20/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2006/02/16/links-20/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 23:00:00 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[LinkLog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[KM]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XSL]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Shared bookmarks for del.icio.us user Synesthesia on 2006-02-15 Lessons from the Sony CD DRM Episode: Paper on the Sony root-kit episode by Alex Halderman and Edward Felten at Princeton University Keywords: DRM Online conversion tools for PDF: Online conversion tools for Adobe PDF documents to either text or HTML Keywords: PDF Knowledge hoarding: Shawn Callahan [...]]]></description>
			<content:encoded><![CDATA[<p>Shared bookmarks for <a href="http://del.icio.us/">del.icio.us</a> user <a href="http://del.icio.us/synesthesia"> Synesthesia</a> on 2006-02-15</p>
<ul>
<li><a href="http://itpolicy.princeton.edu/pub/sonydrm-ext.pdf" title="http://itpolicy.princeton.edu/pub/sonydrm-ext.pdf">Lessons from the Sony CD DRM Episode</a>:<br />
Paper on the Sony root-kit episode by Alex Halderman and Edward Felten at Princeton University<br /> Keywords: <a href="http://del.icio.us/synesthesia/DRM">DRM</a></li>
<li><a href="http://www.adobe.com/products/acrobat/access_onlinetools.html" title="http://www.adobe.com/products/acrobat/access_onlinetools.html">Online conversion tools for PDF</a>:<br />
Online conversion tools for Adobe PDF documents to either text or HTML<br /> Keywords: <a href="http://del.icio.us/synesthesia/PDF">PDF</a></li>
<li><a href="http://www.anecdote.com.au/archives/2006/02/knowledge_hoard.html" title="http://www.anecdote.com.au/archives/2006/02/knowledge_hoard.html">Knowledge hoarding</a>:<br />
Shawn Callahan on knowledge hoarding  &#8211; it&#8217;s all about culture, and a link to Max Boisot&#8217;s I-Space<br /> Keywords: <a href="http://del.icio.us/synesthesia/Boisot">Boisot</a>, <a href="http://del.icio.us/synesthesia/I-Space">I-Space</a>, <a href="http://del.icio.us/synesthesia/KM">KM</a></li>
<li><a href="http://www.dpawson.co.uk/xsl/sect2/sect21.html" title="http://www.dpawson.co.uk/xsl/sect2/sect21.html">XSLT Questions and Answers.</a>:<br />
<br /> Keywords: <a href="http://del.icio.us/synesthesia/XML/XSL">XML/XSL</a></li>
<li><a href="http://www.icsharpcode.net/OpenSource/SD/" title="http://www.icsharpcode.net/OpenSource/SD/">SharpDevelop</a>:<br />
The Open Source Development Environment for C# and VB.NET projects on Microsoft&#8217;s .NET platform<br /> Keywords: <a href="http://del.icio.us/synesthesia/C#">C#</a>, <a href="http://del.icio.us/synesthesia/Development/Tools">Development/Tools</a>, <a href="http://del.icio.us/synesthesia/VB.Net">VB.Net</a></li>
<li><a href="http://www.nwalsh.com/docs/tutorials/xsl/xsl/frames.html" title="http://www.nwalsh.com/docs/tutorials/xsl/xsl/frames.html">XSL Concepts and Practical Use</a>:<br />
<br /> Keywords: <a href="http://del.icio.us/synesthesia/XML/XSL">XML/XSL</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2006/02/16/links-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

