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

RE: Please check !!

Subject: RE: Please check !!
From: kalpana rawat <kal_xml@xxxxxxxxx>
Date: Fri, 26 Oct 2001 16:37:57 -0700 (PDT)
kalpana yahoo.com
Thanks kevin !!
--- Kevin Jones <kjouk@xxxxxxxxxxx> wrote:
> 
> Assuming your input looks a little like this,
> 
> <Document>
>         <Year value="1999">
>                 Something here ?
>         </Year>
>         <Year value="2001">
>                 Something here ?
>         </Year>
> and so on...
> 
> You don't really need to use a variable, instead of
> your for-each loop you
> could have
> 
> <td class="cssheader11">
>  <xsl:apply-templates select="Document/Year">
>    <xsl:sort select="@value" order="ascending"
> data-type="number"/>
>  </xsl:apply-templates>
> </td>
> 
> This sorts the Year elements by the @value attribute
> and calls a template
> for each Year element to generate the values you
> want to output. If you
> don't provide a template that matches 'Year' then
> the default template rules
> will cause the text of the Year elements to be
> output. To change this
> behavior define a template something like this.
> 
> <xsl:template match="Year">
> 	<xsl:value-of select="."/>
> </xsl:template>
> 
> Regards
> Kev.
> 
> 
>
_________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at
> http://mail.yahoo.com
> 
> 
>  XSL-List info and archive: 
> http://www.mulberrytech.com/xsl/xsl-list
> 


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

 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.