xsl-list
[Top] [All Lists]

RE: Using id() when id and idref are in 2 different files

2004-12-13 06:34:10
          <xsl:for-each select="id($who)" />
            <xsl:value-of select="id($who)" />,

Should have been 
          <xsl:for-each select="id($who)" >
           <xsl:value-of select="." />,
And of course now it works.

Silly me

--~------------------------------------------------------------------
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>
--~--