On 20.Jul.2001 -- 06:10 PM, Peter Nuetzel - inglobo wrote:
> ><xsl:template match="textfield">
> > <xsl:value-of select="caption"/>
> > <input type="text">
> > <xsl:attribute name="value">
> > <xsl:value-of select="concat('$instance/',@ref)"/>
> > </xsl:attribute>
> > </input>
> ></xsl:template>
>
> I'm sorry no, only the concat() function is evaluated not the resulting
> xpath.
Blimey! I always forget that dynamic path expressions are not possible
:-( Of course, dynamic paths make it necessary to keep a copy of the
complete document until it has been completely processed. That's
nothing we really want since it ruins all the SAX efforts in C2 :-(
Chris.
--
C h r i s t i a n H a u l
[EMAIL PROTECTED]
fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]