RE: [xsl] Getting value of specific element in external XML document

Subject: RE: [xsl] Getting value of specific element in external XML document
From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx>
Date: Fri, 23 Apr 2004 00:06:13 +0000
Hi Josh,

So obvious it is.... when you see it.
It works perfectly well now.

Thank you.

Regards,
Ragulf Pickaxe :-)


From: "Josh Canfield" <Josh.Canfield@xxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: [xsl] Getting value of specific element in external XML document
Date: Thu, 22 Apr 2004 16:42:24 -0700


<xsl:value-of select="$Colours[count(ancestor-or-self::node)]"/>

I think that in the predicate the ancestor-or-self would be based from the variable $Colours, you want to count the ancestor nodes of current()? or store . in a variable to use.

<xsl:value-of select="$Colours[count(current()/ancestor-or-self::node)]"/>

Josh

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


Current Thread