topical media & game development

talk show tell print

professional-xml-16-currency-style.xsl / xsl



  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
  <xsl:param name="debug"/>
  
  <xsl:output method="html"/>
  
  <xsl:template match="currencies">
  <table>
    <xsl:apply-templates/>
  </table>
  </xsl:template>
  
  <xsl:template match="currency">
  <tr>
    <td><xsl:value-of select="applet.class"/></td>
    <td><xsl:value-of select="."/></td>
  </tr>
  </xsl:template>
  
  </xsl:stylesheet> 


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.