This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

basic calendar date XML?


Does anybody know where I could get my hands on some XML that represents
this year and next year?  Something like:

<years>
   <year number="2001">
      <month start-day="Tuesday" name="January" number="01">
         <day number="01"/>
         <day number="02"/>
         etc...
      </month>
     <month start-day="Friday" name="February" number="02">
         <day number="01"/>
         <day number="02"/>
         etc...
      </month>
   </year>
</years>
----------------------
Thanks,
Rob


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]