Wiki |
|||
| Defra home page | Contact Defra | About Defra | News | Access to information | Links | Site A-Z | |||
Version 5, changed by s3admin 16/12/2006. Show version history
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:html="http://www.w3.org/1999/xhtml" version="1.0">
<xsl:template match="/">
<items>
<xsl:for-each select="//A/IMG[starts-with(@src, 'http://photos')]">
<item>
<href>
<xsl:value-of select="@src" />
</href>
</item>
</xsl:for-each>
</items>
</xsl:template>
</xsl:stylesheet>
| Top | Feedback | Copyright/Terms | Privacy | Department for Environment, Food and Rural Affairs |