|
Subject: RE: [xsl] Getting all the values between empty elements From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Mon, 05 Jan 2004 18:20:58 -0500 |
<xsl:for-each select="preceding-sibling::ws:tab">
<xsl:variable name="tab-number" select="position()"/>
<xsl:if test="$tab-number>$lower-limit and $tab-number<=$upper-limit">
<fo:table-cell>
<fo:block>
<xsl:apply-templates select="key('text-by-delim',generate-id())"/>
<xsl:if test="not(key('text-by-delim',generate-id()))">
<xsl:text> </fo:text>
</xsl:if>
</fo:block>
</fo:table-cell>
</xsl:if>
</xsl:for-each>
<xsl:apply-templates select="key('text-by-delim',generate-id())"/>Enjoy, Wendell
Here's a bit more information (that I am quite sure everyone is sick of by now, but I can't quite get to the end of it)...
====================================================================== 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 ======================================================================
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Getting all the values be, Kyle Partridge | Thread | [xsl] Re: How can I do to clear a r, yguaba |
| RE: [xsl] Getting all the values be, Kyle Partridge | Date | [xsl] Looking up keys in a separate, Scott Anguish |
| Month |