<?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>Francois Faubert &#187; XSL</title>
	<atom:link href="http://www.francoisfaubert.com/tag/xsl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.francoisfaubert.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 Sep 2009 19:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Data Binding with XSL</title>
		<link>http://www.francoisfaubert.com/2005/11/21/data-binding-with-xsl/</link>
		<comments>http://www.francoisfaubert.com/2005/11/21/data-binding-with-xsl/#comments</comments>
		<pubDate>Mon, 21 Nov 2005 20:43:17 +0000</pubDate>
		<dc:creator>francoisfaubert</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Data Binding]]></category>
		<category><![CDATA[XSL]]></category>

		<guid isPermaLink="false">http://themusictank.com/fake/?p=6</guid>
		<description><![CDATA[I almost thought I had found something incredible when I first began playing with XSL. When you read the tutorials you can’t help but get lost in your dreams of unexpected power.  For once (and without any database) you can have easy access to sorted information throughout a static website.
But when you read more [...]]]></description>
			<content:encoded><![CDATA[<p>I almost thought I had found something incredible when I first began playing with <a title="XSL on w3c.org" href="http://www.w3.org/Style/XSL/">XSL</a>. When you <a title="xsl tutorials" href="http://www.w3schools.com/xsl/xsl_transformation.asp">read the tutorials</a> you can’t help but get lost in your dreams of unexpected power.  For once (and without any database) you can have easy access to sorted information throughout a static website.</p>
<p>But when you read more closely, you learn that Internet Explorer 5 doesn’t support this w3c recommendation. Ah well, no surprises there but that was enough to stop me from using it for a project at work. However, it does work in the recent standards-compliant browsers –- I know IE6 doesn’t naturally fit in that category, but he still understands XSL.</p>
<p>The simplest method I could find of using XSL was to combine it with JavaScript. It causes a major slowdown, but at least you make sure your XML content is outputted properly. You easily can use ASP as well, but when you have access to ASP you probably also have a database available and shouldn’t be wasting your time with XSL for data binding.</p>
<p>There&#8217;s one thing I couldn&#8217;t find an answer for however. Even after reading through the XSL homepage on the w3c, it&#8217;s still not quite clear if it’s semantically correct to use XSL for data binding&#8230; I think it is because the tutorials all seem to point that way, but I can never understand anything on that website <img src='http://www.francoisfaubert.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.francoisfaubert.com/2005/11/21/data-binding-with-xsl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
