"Robert Koberg" <[EMAIL PROTECTED]> wrote:
> Are you saying we can write something like:
>
> <xsl:apply-templates select="//page[@id=$id]"/>
>
> and it will be as fast as:
>
> <xsl:apply-templates select="key('pages_key', $id)"/>

I'm saying, yes, that's what should happen.  To be clear, it does not
happen currently in Xalan interpretive, or, to my knowledge, with XSLTC.

-scott



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to