iX in German Current issue Preview Masthead page
On-line articles > in English URLs
Linux WorldWideWeb > Java > Timeline > XML
FTP-Server > Listings Abo Media data
iX 3/2001, p. 167: XML-Programming
<!-- ............dictionary entry (toc).................. -->> <xsl:template match="dictionary"> <html> <head> <meta name="author" content="Henning Behme" /> <meta name="keywords" content="iX Web dictionary iX-Woerterbuch" /> <title>iX Web dictionary</title> <link rel="stylesheet" href="dictionary.css" type="text/css"/> </head> <body> <table border="0" width="100%" cellspacing="0" cellpadding="5"> <tr><td rowspan="4" valign="top" width="30%"> <img src="/ix/images/iX.mini.tr.gif" alt="iX logo"/></td> <td><h1>Web Dictionary</h1></td> </tr> <tr><td><img src="/ix/images/dots/1lblue.gif" alt="line" width="100%" height="1"/></td> </tr> <tr><td><p><xsl:apply-templates select="//acro" mode="toc"/></p></td> </tr> <tr><td><xsl:call-template name="do-foot"/></td></tr> </table> </body> </html> </xsl:template>