This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Difference between "/" and "//"


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@brel.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]