xsl-list
[Top] [All Lists]

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

2011-01-01 19:29:14
<xsl:key name="id" match="*[(_at_)xml:id]" use="@xml:id"/>

....

key('id','foo')...

David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--