|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Using id() when id and id, Chris Matchett | Thread | [xsl] node-set(), Arun Sinha |
| RE: [xsl] node-set(), Arun Sinha | Date | [xsl] Understanding XSLT Questions, George James |
| Month |