|
Subject: [xsl] key() returning nodes in undesired order. From: Elliot Schlegelmilch <elliot@xxxxxxxxxxxxxxx> Date: Sat, 12 Nov 2005 14:09:46 -0700 |
The only way I can think to do it now is individually, like:
<xsl:for-each select="/set/x/a/reference">
<xsl:variable name="x" select="key('all-b', .)"/>
...
</xsl:for-each><x> <a> <reference>reference2</reference> <reference>reference1</reference> </a> </x>
<y> <b> <reference>reference1</reference> <c>other data</c> </b> <b> <reference>reference2</reference> <c>other data</c> </b> </y>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Document() function: GET , Joe Fawcett | Thread | RE: [xsl] key() returning nodes in , Michael Kay |
| Re: [xsl] Document() function: GET , Colin Paul Adams | Date | RE: [xsl] key() returning nodes in , Michael Kay |
| Month |