[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: sorting xml source

Subject: RE: sorting xml source
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 13 Nov 2001 21:54:28 -0000
xsl value of xml source
> I am a total newbie. I am using this section of xsl.
> 
> ###
> <xsl:for-each select="Cabinate/Print/item">
> <tr>
> <td style="COLOR: blue; FONT-FAMILY: Arial; FONT-SIZE: 8pt; 
> FONT-WEIGHT: 700">
>    <xsl:value-of select="Group"></xsl:value-of> \

It's more usual to write empty elements as
<xsl:value-of select="Group"/>

Your notation is perfectly legal, just rather verbose.

>    <xsl:value-of select="Name"></xsl:value-of> \
>    <xsl:value-of select="Draw"></xsl:value-of> \
>    <xsl:value-of select="Folder"></xsl:value-of> \
>  page: <xsl:value-of select="currentPage"></xsl:value-of> to 
> <xsl:value-of
> select="toPage"></xsl:value-of>
> </tr>
> </xsl:for-each>
> ###
> 
> Is there any way to sort the xml source say by "Group".

Add <xsl:sort select="Group"/> after the xsl:for-each.

> Would sorting affect
> my orignal xml source in anyway.

No, XSLT never changes the source document.

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.