xsl-list
[Top] [All Lists]

Re: [xsl] Sorting by document order of some other element

2007-06-26 09:01:13
Peter Hunsberger :

On 6/25/07, David Carlisle wrote:

<xsl:copy-of select="for $e in set1/* return key('k',$e/@id)"/>

David, that's a cool solution.  Unfortunately I glossed
over the fact that there is some manipulation of the data
within the second set going on.

  Just use xsl:apply-templates instead of xsl:copy-of.

  Regards,

--drkm























        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>