The value of the select attribute of xsl:value-of must be an XPath expression. Try replacing
<xso:value-of select="Sets a ... feeder"/>
by
<xso:value-of select="'Sets a ... feeder'"/>
But I would have expected your existing code to give a sensible error message making this clear.
Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference