|
Subject: RE: [xsl] Difference between "/" and "//" From: Ling Kok Choon <kokchoon@xxxxxxxx> Date: Thu, 21 Jun 2001 21:06:12 +0800 |
hi,
I am not very sure my solution is right, but u can try it. Maybe u can use <xsl:for-each> to
search all the element <SC>, like :
<xsl:template match="MC">
<xsl:for-each select="SC">
<xsl:if test="contains($searchList,
concat(normalize-space(SC/@BCID), ','))">
<MC id="{@id}">
<xsl:apply-templates/>
</MC>
</xsl:if>
</xsl:for-each>
</xsl:template>
try it.
from
^^
-----00''00----- Kok Choon.
--------------------------------------------------------
Name: Ling Kok Choon
E-mail: Ling Kok Choon <kokchoon@xxxxxxxx>
Date: 06/21/01
Time: 21:06:12
This message was sent by Z-Mail Pro - from NetManage
NetManage - delivers Standards Based IntraNet Solutions
--------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Difference between "/" an, Earl Spencer | Thread | Re: [xsl] Difference between "/" an, Jeni Tennison |
| RE: [xsl] I cann't open www.dpawson, Chris Bayes | Date | [no subject], guru prasad |
| Month |