Subject: for-each using a param
From: Raphael Bosshard <whistler@xxxxxxxxxx>
Date: 28 Oct 2002 21:47:34 +0100
|
Hi there,
(this question probably got asked before, but since I didn't find an
answer in the faq, so I'll ask anyway)
Is there a way to use parameters containg xpath-expressions for a
for-each loop? I d'like to to something like that:
<xsl:for-each select="$xPathExpression">
do anything
</xsl:for-each>
I'm using libxslt.
Thank you in advance,
Raphael
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|