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]
Other format: [Raw text]

Re: building of a variable which contains nodes




Thanks a lot, it is what I needed.





David Carlisle <davidc@nag.co.uk> on 03/12/2001 15:20:03

Please respond to xsl-list@lists.mulberrytech.com
                                                              
                                                              
                                                              
 To:      xsl-list@lists.mulberrytech.com                     
                                                              
 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


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