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

RE: producing month list in xslt 2.0

Subject: RE: producing month list in xslt 2.0
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 28 Jul 2006 22:35:14 +0100
month list
<xsl:variable name="one-month" as="xs:yearMonthDuration" 
              select="xs:yearMonthDuration('P1M')"/>

<xsl:for-each select="0 to 11">
  <xsl:variable name="month" 
     select="month-from-year(current-date() + . * $one-month)"/>

Michael Kay
http://www.saxonica.com
 

> -----Original Message-----
> From: David Murphy [mailto:david@xxxxxxxxxxxxxx] 
> Sent: 28 July 2006 16:54
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  producing month list in xslt 2.0
> 
> Hello
> 
> I'd like to be able to display the next 12 months for use in 
> a calendar application.
> 
> What I have so far:
> 
> <xsl:param name="thisMonth"  select="xs:date(format-date(xs:date($m),
> '[Y]-[M01]-01'))"/>
> 
> <xsl:param name="lastMonth"  select="$thisMonth - 
> xdt:yearMonthDuration('P1M')"/>
> 
> <xsl:param name="nextMonth"  select="$thisMonth + 
> xdt:yearMonthDuration('P1M')"/>
> 
> Is there a way to loop through the next or previous 12 months 
> (wrt the current focus month, $thisMonth) using the built-in 
> date time functions, or am I required to call a counter 
> template to loop from 1 to 12?
> 
> Thanks for any guidance, David

Current Thread

Back To School Sale!

Save 30% off all Stylus Studio 2008 Products when you purchase from our Online Shop.

Offer ends August 31, 2008.

Coupon Code
TRTY-C4JV-OFF

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-2007 All Rights Reserved.