Subject: Re: Retrieve images from a RSS feed
From: "M. David Peterson" <m.david@xxxxxxxxxxxxx>
Date: Fri, 18 May 2007 04:40:28 -0600
|
On Fri, 18 May 2007 02:28:48 -0600, Nic James Ferrier
<nferrier@xxxxxxxxxxxxxxxxxxxx> wrote:
<xsl:template match="/">
<xsl:for-each select="//enclosure[starts-with(@type, 'image/')]">
<xsl:value-of select="@href"/>
</xsl:for-each>
</xsl:template>
Are you suggesting this as the solution from the standpoint of selecting
the URI of all image enclosures to then pass to the extension function?
--
/M:D
M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 |
http://dev.aol.com/blog/3155
|