RE: [xsl] possible usage of variables

Subject: RE: [xsl] possible usage of variables
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Wed, 11 May 2005 21:44:35 +0000
fadi,

You could do something like

<xsl:variable name="chunk-name" select="'chunk_name_1_...'"/>

and later:

preceding::*[local-name() = $chunk]

That said, there's probably a better way to structure things so you don't have to do the above.

Regards,

--A

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee. Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


Current Thread