This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: creating a toc with links to content


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]