RE: automatic hyperlink with XSLT ?

Subject: RE: automatic hyperlink with XSLT ?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 20 Jun 2000 14:31:36 +0100
The following example (from W3C, at http://www.w3.org/TR/xslt#key)
doesn't run on my PC (WinNT4, MIE5). Anybody can help me ?

XSLT :
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
  <html>
    <head>
      <title>Hyperlinks vwith XSLT</title>
    </head>
    <body>
      <xsl:key match="prototype" name="func" use="@name"/>
      <xsl:template match="function">

1. I can't find that example at that URL. And it's a very strange
stylesheet. xsl:key and xsl:template must be top-level elements, i.e.
children of the xsl:stylesheet element.

2. Have you actually installed the Microsoft XSLT processor? The default
"XSL" processor that comes with IE5 supports an obsolete
Microsoft-proprietary variant of the language.

3. As far as I know, even the latest Microsoft XSLT processor doesn't
implement xsl:key yet.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread