<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/1.5" -->
<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/"
>

<channel>
	<title>Jennifer Grucza : XSL</title>
	<link>http://jennifergrucza.com/blog</link>
	<description>Web Development, Classical Music, Kitties, and whatever else I feel like</description>
	<pubDate>Tue, 05 Feb 2008 19:07:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>
	<language>en</language>

		<item>
		<title>ClassCastException when using an XSL variable</title>
		<link>http://jennifergrucza.com/blog/archives/2005/05/24/classcastexception-when-using-an-xsl-variable</link>
		<comments>http://jennifergrucza.com/blog/archives/2005/05/24/classcastexception-when-using-an-xsl-variable#comments</comments>
		<pubDate>Tue, 24 May 2005 14:33:04 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>XSL</category>
		<guid>http://jennifergrucza.com/blog/archives/2005/05/24/classcastexception-when-using-an-xsl-variable</guid>
		<description><![CDATA[XSL can be so frustrating.

So today, I wanted to be able to do something like this:

&lt;xsl:variable name="foo">
   &lt;xsl:choose>
      &lt;xsl:when test="bar">
         &lt;xsl:copy-of select="bar"/>
      &lt;/xsl:when>
      &lt;xsl:otherwise>
       [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2005/05/24/classcastexception-when-using-an-xsl-variable/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>A handy XSLT tip</title>
		<link>http://jennifergrucza.com/blog/archives/2004/10/05/a-handy-xslt-tip</link>
		<comments>http://jennifergrucza.com/blog/archives/2004/10/05/a-handy-xslt-tip#comments</comments>
		<pubDate>Tue, 05 Oct 2004 18:35:32 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
		
	<category>Web Development</category>
	<category>XSL</category>
		<guid>http://jennifergrucza.com/blog/archives/2004/10/05/a-handy-xslt-tip</guid>
		<description><![CDATA[XSLT gives me quite a headache.  Learning any new language can be frustrating at first, but XSLT seems to be lacking in good documentation, which makes it orders of magnitude worse.

The other day, I was trying to pass some HTML in a parameter to an XSLT template.  In my template, I was using [...]]]></description>
		<wfw:commentRSS>http://jennifergrucza.com/blog/archives/2004/10/05/a-handy-xslt-tip/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>





