Subject: xsl:param xsl:copy-of
From: Leena Kulkarni <mulberrylist@xxxxxxxxxxx>
Date: Tue, 15 Apr 2003 08:13:15 +0100 (BST)
|
If I have a structure like -
<xxx>
<a>
<b>
<c>
</xxx>
in a vairiable X1 can I do the follwing -
<xsl:call-template>
<xsl:with-param name="X1" select="$X1(not(position() =
1))" />
</xsl:call-template>
to get -
<xxx>
<b>
<c>
</xxx>
for the next iteration?
________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
visit http://in.tv.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|