[Hypercontent-users] xsl again...
Brought to you by:
alexvigdor
From: Carl B. <C.P...@hu...> - 2005-11-02 16:46:39
|
Hi Alex The following xsl checks a path and puts in a list of files for that page : <xsl:when test="$sourceItem/@location = '/qualityhandbook/section_a/index.xml'"> <xsl:call-template name="body-navigation-quality"/> </xsl:when> It works fine. Do you know of a way to say any index file at that level under qualtiyhandbook should use that body-navigation-template? I tried <xsl:when test="$sourceItem/@location = '/qualityhandbook/*/index.xml'"> <xsl:call-template name="body-navigation-quality"/> </xsl:when> But that did't work. Cheers Carl -- ************************************ Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************ |