|
-
February 24th, 2010, 08:47 PM
#3
Re: Creating RSS via XSL?
 Originally Posted by jkmyoung
Sure, just have something like
<xsl:apply-templates select="item[position() <= 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?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|