Welcome, guest ( Login )

WikiHome » Lib » Ext » SymbolLookupXSLT

SymbolLookupXSLT

Version 9, changed by s3admin. 12/16/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=".//TABLE/TR/TD/A[contains(@href,'Symbol=')]">
        <symbol>
          <xsl:value-of select="." />
        </symbol>
        <desc>
          <xsl:for-each select="../../TD">
            <xsl:value-of select="following-sibling::*" />
          </xsl:for-each>
        </desc>
      </xsl:for-each>
    </items>
  </xsl:template>
</xsl:stylesheet>

Attachments (0)

  File By Size Attached Ver.