home *** CD-ROM | disk | FTP | other *** search
/ Sparkle Graphics Model 217 / SPCD.iso / UTIL / POWERDVD / data1.cab / Template_File_Group / Default / general / title.xsl < prev    next >
Encoding:
Extensible Markup Language  |  2001-06-22  |  754 b   |  27 lines

  1. <?xml version="1.0" encoding="Big5"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
  3.   <xsl:template match="/">
  4.     <HTML>
  5.       <BODY>
  6.        <xsl:for-each select="DvdDigest/DVDTitle" order-by="Title">
  7.            
  8.           <table width="100%" border="0" cellspacing="2" cellpadding="0">
  9.           <tr> 
  10.           <td><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">
  11.           <a target="right">
  12.           <xsl:attribute name="href">
  13.           <xsl:value-of select="BOOKMARK"/>
  14.           </xsl:attribute>        
  15.       <xsl:value-of select="Title"/>
  16.           </a>
  17.       </font>
  18.        </td>
  19.           </tr>
  20.           </table>
  21.  
  22.        </xsl:for-each>
  23.        </BODY>
  24.    </HTML>
  25.   </xsl:template>
  26. </xsl:stylesheet>
  27.