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

Subject: RE: [xsl] Using id() when id and idref are in 2 different files
From: "Chris Matchett" <matchett79@xxxxxxxxxxx>
Date: Mon, 13 Dec 2004 13:34:10 -0000
>           <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

Current Thread