Defra (Department for Environment, Food and Rural Affairs) - logo: link to home page

Wiki

Defra home page | Contact Defra | About Defra | News | Access to information | Links | Site A-Z
Welcome, guest [ Login ]

JotSpot Wiki

WikiHome » Lib » Ext » ImdbSearchXSLT

ImdbSearchXSLT

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="//P/TABLE//TD">
        <item>
          <xsl:for-each select="A">
            <href>
              http://www.imdb.com
              <xsl:value-of select="@href" />
            </href>
            <title>
              <xsl:apply-templates />
            </title>
          </xsl:for-each>
          <xsl:for-each select="SMALL">
            <desc>
              <xsl:value-of select="." />
            </desc>
          </xsl:for-each>
          <xsl:for-each select="I">
            <aka>
              aka
              <xsl:value-of select="." />
            </aka>
          </xsl:for-each>
        </item>
      </xsl:for-each>
    </items>
  </xsl:template>
</xsl:stylesheet>

      Comments (0)

      Attachments (0)

  File By Size Attached Ver.