Subject: RE: 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
|