home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="Big5"?>
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
- <xsl:template match="/">
- <HTML>
- <BODY>
- <xsl:for-each select="DvdDigest/DVDTitle" order-by="Title">
-
- <table width="100%" border="0" cellspacing="2" cellpadding="0">
- <tr>
- <td><font face="Verdana, Arial, Helvetica, sans-serif" size="-1">
- <a target="right">
- <xsl:attribute name="href">
- <xsl:value-of select="BOOKMARK"/>
- </xsl:attribute>
- <xsl:value-of select="Title"/>
- </a>
- </font>
- </td>
- </tr>
- </table>
-
- </xsl:for-each>
- </BODY>
- </HTML>
- </xsl:template>
- </xsl:stylesheet>
-