Re: [xsl] what to do if id() doesn't recognize xml:id

Subject: Re: [xsl] what to do if id() doesn't recognize xml:id
From: TW <zupftom@xxxxxxxxxxxxxx>
Date: Sun, 2 Jan 2011 09:34:39 +0100
2011/1/2 David Carlisle <davidc@xxxxxxxxx>:
> <xsl:key name="id" match="*[@xml:id]" use="@xml:id"/>
>
> ....
>
> key('id','foo')...
>

Ah, O.K.  I never quite understood what the key element/function was
for, but now it becomes clearer.  Thanks very much!

Thomas W.

Current Thread