|
Subject: Re: [xsl] key declarations (using a sequence constructor) From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Wed, 07 Oct 2009 13:27:45 +0200 |
It does, thanks. So what do people usually do when they want to key an element on multiple attributes? Do they just make a string with some kind of separator breaking up the attributes? Isn't there a chance of this failing if the character used for the separator is used in one or more of the attributes?
<xsl:key match="name" use="string-join((@oid, @parent-oid), '|')"/>
Martin Honnen http://msmvps.com/blogs/martin_honnen/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] key declarations (using a, Andy Chambers | Thread | RE: [xsl] key declarations (using a, Michael Kay |
| Re: [xsl] key declarations (using a, Andy Chambers | Date | RE: [xsl] key declarations (using a, Michael Kay |
| Month |