Subject: Re: Re: Wendell Piez untest xsl for lookup (1039)
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 25 Jun 2001 11:23:31 +0100
|
Sun-Fu--
Thanks!
I'm pleased that it was as close as it was -- and even more pleased that
you took the trouble to test and fix it.
Cheers,
Wendell
At 02:59 AM 6/24/01, you wrote:
Hi,
I test Wendell Peiz xsl document proposed for Ben's loopup solution(1039)
and did something shown below to get it work right,
** corrected portions of xsl and tested **
<xsl:for-each select="*">
<xsl:element
name="{$lookup/*[local-name()=$whichfile]/abbr[.=local-name(current())]/foll
owing-sibling::name}"/> <!--major one, need {} for name attr -->
<xsl:apply-templates/> <!--minor one , add/ -->
</xsl:element>
</xsl:for-each>
</xsl:copy>
</xsl:template><!--minor one , add/ -->
*** original untest xsl **
<xsl:for-each select="*">
<xsl:element
name="$lookup/*[local-name()=$whichfile]/abbr[.=local-name(current())]/follo
wing-sibling::name"/>
<xsl:apply-templates>
</xsl:element>
</xsl:for-each>
</xsl:copy>
<xsl:template>
Hope it is useful to someone interested in Piez solution.
Sun-Fu Yang
sfyang@xxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
======================================================================
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
======================================================================
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|