xsl:param xsl:copy-of2003-04-15 00:13:15If 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
|
|
||||||||||||||||