[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

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
automatic hyperlink
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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.