Quote Originally Posted by jkmyoung View Post
Sure, just have something like
<xsl:apply-templates select="item[position() &lt;= 10]"/>

I'm assuming somewhere in the header of the RSS you have a preprocessing directive like:
<?xml-stylesheet type="text/xsl" href="firstTenItems.xsl"?>
my big question is if I had such a line, would browsers and reads reconginze it as an RSS feed?