Re: [xsl] building of a variable which contains nodes

Subject: Re: [xsl] building of a variable which contains nodes
From: Stephane.Le-Deaut@xxxxxxxxxx
Date: Mon, 3 Dec 2001 18:09:11 +0100

Thanks a lot, it is what I needed.





David Carlisle <davidc@xxxxxxxxx> on 03/12/2001 15:20:03

Please respond to xsl-list@xxxxxxxxxxxxxxxxxxxxxx
                                                              
                                                              
                                                              
 To:      xsl-list@xxxxxxxxxxxxxxxxxxxxxx                     
                                                              
 cc:      (bcc: Stephane LE DEAUT/FR/ALCATEL)                 
                                                              
                                                              
                                                              
 Subject: Re: [xsl] building of a variable which contains     
          nodes                                               
                                                              






<xsl:call-template name="makeRootDescriptor">
       <xsl:with-param name="listOfServiceDescriptor"
                       select="
$currentAuthentifiedPackageDescriptorFile
         //Subset[normalize-space(@serviceName)!='' and
         .//SingleElement/@isVersionned='YES'  and
          $buildingType='EXCEPTION_PROCEDURE  ]
|
$newReferenceAuthentifiedPackageDescriptorFile
               //Subset[contains($servicesDescriptor,@serviceName) and
          $buildingType='STANDARD']
   "/>
</xsl:call-template>

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread