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
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--