Re: [xsl] error executing path expression

Subject: Re: [xsl] error executing path expression
From: Rahil <qamar_rahil@xxxxxxxxxxx>
Date: Thu, 26 May 2005 12:52:28 +0100
David Carlisle wrote:



You need

<xsl:if test="$something/TopConcept/


where the variable something is a saved node from outside the xsl:for-each.




Oh I did have a $something earlier which pointed to the interim.xml. I then removed it as I did not need the interim.xml after adding the 'next-in-chain' and the trouble began !

Ive got it working fine now.

Thanks a lot
Rahil

Current Thread