xsl-list
[Top] [All Lists]

Re: repeating/portal fields in filemaker FMPXMLRESULT?

2005-12-09 03:26:48
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>