On 9/12/05 7:56 PM, "Michael Kay" <mike(_at_)saxonica(_dot_)com> wrote:
<xsl:variable name="p" select="position()"/>
<xsl:value-of select="ancestor::row/col[3]/data[$p]"/>
thanks, that worked - once I remembered to put the namespace prefix in...
<xsl:variable name="p" select="position()"/>
<xsl:value-of select="ancestor::fmp:ROW/fmp:COL[3]/fmp:DATA[$p]"/>
e.
--~------------------------------------------------------------------
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>
--~--