[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Dynamically Creating HTML Links, actual snippet
Subject: Re: [xsl] Dynamically Creating HTML Links, actual snippet
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 30 Nov 2006 12:12:46 -0500
|
Hi again,
At 11:58 AM 11/30/2006, I wrote:
<xsl:variable name="next-slide-filename">
<xsl:apply-templates select="following-sibling::slide" mode="filename"/>
</xsl:variable>
Oops. Should have been
<xsl:apply-templates select="following-sibling::slide[1]" mode="filename"/>
Sorry about that -- it does make a difference. :-)
Cheers,
Wendell
======================================================================
Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9635
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
|