xsl-list
[Top] [All Lists]

RE: Sort column in table

2004-01-15 12:29:11
That works great Thanks! 

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of
J.Pietschmann
Sent: Thursday, January 15, 2004 1:42 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Sort column in table

Norma Yeazell wrote:
Can anybody give me a clue how to sort the rows by the nomen column 
number 1?

It would have been a bit easier if you'd given a short sample of the XML
source, but I'll try anyway:

    <fo:table-body>
        <xsl:apply-templates/>
     </fo:table-body>

You probably want
      <fo:table-body>
         <xsl:apply-templates select="supply">
           <xsl:sort select="nomen"/>
         </xsl:apply-templates>
      </fo:table-body>

J.Pietschmann


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Confidentiality Notice
The information contained in this e-mail is confidential and intended for use 
only by the person(s) or organization listed in the address. If you have 
received this communication in error, please contact the sender at O'Neil & 
Associates, Inc., immediately. Any copying, dissemination, or distribution of 
this communication, other than by the intended recipient, is strictly 
prohibited.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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