Re: [xsl] xsl:param xsl:copy-of

Subject: Re: [xsl] xsl:param xsl:copy-of
From: Mulberry Technologies List Owner <xsl-list-owner@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 18 Apr 2003 07:35:22 -0400
>Date: Tue, 15 Apr 2003 09:27:12 +0100
>From: David Carlisle <davidc@xxxxxxxxx>
>To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>In-reply-to: <E392EEA75EC5F54AB75229B693B1B6A70E2732@xxxxxxxxxxxxxxxxxxxxxx>
>	(Jarno.Elovirta@xxxxxxxxx)
>Subject: Re: [xsl] xsl:param xsl:copy-of
>
>
>  <xsl:param name="X1" select="/.." />
>
>If the param is defined that way it is a node set so you don't need your
>index complication
>  <xsl:param name="index" select="1" />
>
>You can just do
>
> <xsl:with-param name="X1" select="$X1/*[position()&gt;1]" />
>
>David
>
>________________________________________________________________________
>This e-mail has been scanned for all viruses by Star Internet. The
>service is powered by MessageLabs. For more information on a proactive
>anti-virus service working around the clock, around the globe, visit:
>http://www.star.net.uk
>________________________________________________________________________



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


Current Thread