[xsl] XPATH query from variable

Subject: [xsl] XPATH query from variable
From: Gary Cornelius <gary.cornelius@xxxxxxxxxxxxxxx>
Date: Mon, 03 Mar 2003 17:01:52 +0000
Hi,

<xsl:value-of select="$clickThroughImages/../../position()"/>

if $clickThroughImages is essentially an alias for
/mediaobjectset/mediaobject/imageset/image why doesn't
$clickThroughImages/../../position() return the position of
'mediaobject' within 'mediaobjectset' when an expression such as
$clickThroughImages/../../@ordinal correctly de-references the ordinal
attribute of 'mediaobject'?

Many Thanks

Gary

PS the value of is running in a for-each loop of $clickThroughImages

________________________________________________________________________
This email has been scanned for all viruses.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread