Subject: RE: creating a toc with links to content
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 3 May 2001 15:31:28 +0100
|
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>
> <xsl:for-each select="taglib/tag" order-by="+ name"
> xmlns:xsl="http://www.w3.org/TR/WD-xsl">
before you go any further, I don't think you understand that WD-xsl and XSLT
are two different languages and you can't mix them in one stylesheet.
See the MSXML FAQ at www.netcrucible.com
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|