<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: XSLT&#160;Roundup</title>
	<atom:link href="http://particletree.com/notebook/xslt-roundup/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/notebook/xslt-roundup/</link>
	<description>Everyone needs a hug.</description>
	<pubDate>Sat, 22 Nov 2008 03:36:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: d4rr3ll</title>
		<link>http://particletree.com/notebook/xslt-roundup/#comment-986</link>
		<dc:creator>d4rr3ll</dc:creator>
		<pubDate>Sat, 01 Oct 2005 13:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=134#comment-986</guid>
		<description>&lt;p&gt;Useful set of links, thanks.&lt;/p&gt;

&lt;p&gt;Another interesting article here that demonstrates a ways of seperating presentaion from data.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.xml.com/pub/a/2000/07/26/xslt/xsltstyle.html" rel="nofollow"&gt;http://www.xml.com/pub/a/2000/07/26/xslt/xsltstyle.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;notice that it's over 5 years old!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Useful set of links, thanks.</p>

<p>Another interesting article here that demonstrates a ways of seperating presentaion from data.</p>

<p><a href="http://www.xml.com/pub/a/2000/07/26/xslt/xsltstyle.html" rel="nofollow">http://www.xml.com/pub/a/2000/07/26/xslt/xsltstyle.html</a></p>

<p>notice that it&#8217;s over 5 years old!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hale</title>
		<link>http://particletree.com/notebook/xslt-roundup/#comment-985</link>
		<dc:creator>Kevin Hale</dc:creator>
		<pubDate>Fri, 30 Sep 2005 21:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=134#comment-985</guid>
		<description>&lt;p&gt;Mike, that's nice. I went through the same thing when I sat down and actually started building designs with XSLT. If you're a designer and you're paired with a decent developer that's also aware of XSL, you'll see development speeds increase dramatically. It's nice to be able to separate completely what I do in a CSS wireframe from what a the programmer does with the client and server side scripting.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mike, that&#8217;s nice. I went through the same thing when I sat down and actually started building designs with XSLT. If you&#8217;re a designer and you&#8217;re paired with a decent developer that&#8217;s also aware of XSL, you&#8217;ll see development speeds increase dramatically. It&#8217;s nice to be able to separate completely what I do in a CSS wireframe from what a the programmer does with the client and server side scripting.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rundle</title>
		<link>http://particletree.com/notebook/xslt-roundup/#comment-984</link>
		<dc:creator>Mike Rundle</dc:creator>
		<pubDate>Fri, 30 Sep 2005 18:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=134#comment-984</guid>
		<description>&lt;p&gt;Honestly, learning XSLT was the most eye-opening and useful thing I learned in 4 years of college.  I can't wait to use it again on a project since it's been awhile.&lt;/p&gt;

&lt;p&gt;A few years back I put together a sample website done all in XML/XSLT for a grad class I took, check it out:  &lt;a href="http://bmwxml.phark.net/index.xml" rel="nofollow"&gt;bmwXML&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The background is a little goofed in Safari, but it works great in the other browsers.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Honestly, learning XSLT was the most eye-opening and useful thing I learned in 4 years of college.  I can&#8217;t wait to use it again on a project since it&#8217;s been awhile.</p>

<p>A few years back I put together a sample website done all in XML/XSLT for a grad class I took, check it out:  <a href="http://bmwxml.phark.net/index.xml" rel="nofollow">bmwXML</a></p>

<p>The background is a little goofed in Safari, but it works great in the other browsers.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://particletree.com/notebook/xslt-roundup/#comment-983</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 30 Sep 2005 00:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=134#comment-983</guid>
		<description>&lt;p&gt;I don't know that it'll ever be as universal as CSS, because most people are going to want to stick to their favorite scripting languages to create UI's.   BUT, XSLT is a good choice when you have data to be displayed that fits well within a dom, and is well-formed and described.  It's also a good choice when your development resources are limited.  It makes dividing the labor up between backend and frontend folks easier.   All you have to do to get started is agree on the structure of the XML to be transformed and they can both go off and build to that structure.&lt;/p&gt;

&lt;p&gt;It's also a handy thing to have in your RSS feeds to help folks who may not know what they are (see any Feedburner feed or &lt;a href="http://lawver.net/kevin.xml" rel="nofollow"&gt;http://lawver.net/kevin.xml&lt;/a&gt; for an example).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know that it&#8217;ll ever be as universal as CSS, because most people are going to want to stick to their favorite scripting languages to create UI&#8217;s.   BUT, XSLT is a good choice when you have data to be displayed that fits well within a dom, and is well-formed and described.  It&#8217;s also a good choice when your development resources are limited.  It makes dividing the labor up between backend and frontend folks easier.   All you have to do to get started is agree on the structure of the XML to be transformed and they can both go off and build to that structure.</p>

<p>It&#8217;s also a handy thing to have in your RSS feeds to help folks who may not know what they are (see any Feedburner feed or <a href="http://lawver.net/kevin.xml" rel="nofollow">http://lawver.net/kevin.xml</a> for an example).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://particletree.com/notebook/xslt-roundup/#comment-982</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Thu, 29 Sep 2005 23:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=134#comment-982</guid>
		<description>&lt;p&gt;You guys are the best! These lists you make are extremely helpful keep on making them :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You guys are the best! These lists you make are extremely helpful keep on making them :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Johnson</title>
		<link>http://particletree.com/notebook/xslt-roundup/#comment-981</link>
		<dc:creator>Scott Johnson</dc:creator>
		<pubDate>Thu, 29 Sep 2005 23:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=134#comment-981</guid>
		<description>&lt;p&gt;I downloaded oXygen for my iBook last week.  It's a really slick tool.  I'm looking at XML totally differently now.  It certainly beats a plain old text editor.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I downloaded oXygen for my iBook last week.  It&#8217;s a really slick tool.  I&#8217;m looking at XML totally differently now.  It certainly beats a plain old text editor.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Smith</title>
		<link>http://particletree.com/notebook/xslt-roundup/#comment-980</link>
		<dc:creator>Nathan Smith</dc:creator>
		<pubDate>Thu, 29 Sep 2005 22:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=134#comment-980</guid>
		<description>&lt;p&gt;Oops, that was meant to read "So I won't go the way of the font tag." Indeed, it is dead.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oops, that was meant to read &#8220;So I won&#8217;t go the way of the font tag.&#8221; Indeed, it is dead.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Smith</title>
		<link>http://particletree.com/notebook/xslt-roundup/#comment-979</link>
		<dc:creator>Nathan Smith</dc:creator>
		<pubDate>Thu, 29 Sep 2005 22:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=134#comment-979</guid>
		<description>&lt;p&gt;Just when I start to get comfortably complacent in my obsolescence, you have to go and say something like this...&lt;/p&gt;

&lt;p&gt;"There is going to be a point in the future when not knowing how to create web sites using XSL is going to be like not knowing how to create web sites using CSS. Don't let it happen to you."&lt;/p&gt;

&lt;p&gt;Fine then, I'll read your links, and learn XSLT so I won't go the way of the  tag. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just when I start to get comfortably complacent in my obsolescence, you have to go and say something like this&#8230;</p>

<p>&#8220;There is going to be a point in the future when not knowing how to create web sites using XSL is going to be like not knowing how to create web sites using CSS. Don&#8217;t let it happen to you.&#8221;</p>

<p>Fine then, I&#8217;ll read your links, and learn XSLT so I won&#8217;t go the way of the  tag. :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Manuzhai</title>
		<link>http://particletree.com/notebook/xslt-roundup/#comment-978</link>
		<dc:creator>Manuzhai</dc:creator>
		<pubDate>Thu, 29 Sep 2005 21:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=134#comment-978</guid>
		<description>&lt;p&gt;Great! I think XSLT is a very powerful language, I don't really understand why so few people are using it. It's a little verbose, but there's a LOT you can do with it, and performance is pretty good.&lt;/p&gt;

&lt;p&gt;I wrote a little bit of evangelism once:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.manuzhai.nl/weblog/comments/the-power-of-xslt/" rel="nofollow"&gt;http://www.manuzhai.nl/weblog/comments/the-power-of-xslt/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great! I think XSLT is a very powerful language, I don&#8217;t really understand why so few people are using it. It&#8217;s a little verbose, but there&#8217;s a LOT you can do with it, and performance is pretty good.</p>

<p>I wrote a little bit of evangelism once:</p>

<p><a href="http://www.manuzhai.nl/weblog/comments/the-power-of-xslt/" rel="nofollow">http://www.manuzhai.nl/weblog/comments/the-power-of-xslt/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: ToddG</title>
		<link>http://particletree.com/notebook/xslt-roundup/#comment-977</link>
		<dc:creator>ToddG</dc:creator>
		<pubDate>Thu, 29 Sep 2005 21:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=134#comment-977</guid>
		<description>&lt;p&gt;Has anyone written a sane shortcut language yet for XSLT? As in textile/markup sorta thing. It almost seems like this is an attempt to raise the bar so web developers can keep their jobs ;-)&lt;/p&gt;

&lt;p&gt;Seriously though, I see the point, but they surely created something only standards writers and fellow-travelers (and eventually, tools/IDE developers) could love. If HTML had started out like this there'd probably still be no WWW as we now know it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Has anyone written a sane shortcut language yet for XSLT? As in textile/markup sorta thing. It almost seems like this is an attempt to raise the bar so web developers can keep their jobs ;-)</p>

<p>Seriously though, I see the point, but they surely created something only standards writers and fellow-travelers (and eventually, tools/IDE developers) could love. If HTML had started out like this there&#8217;d probably still be no WWW as we now know it.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.314 seconds -->
