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

Subject: Re: [xsl] building of a variable which contains nodes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 3 Dec 2001 14:20:03 GMT
 
<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


Current Thread