xsl-list
[Top] [All Lists]

stylesheet for generating html table and aditionally paste calendar data

2005-09-29 03:14:01
hi,

i already looked up the given addresses but i dindt find anything that matched my problem. and since i m new to xslt here's my (i think simple) question:

i have some xml calendar data like this:

<schedule>
 <month n="1">
   <day n="1">
     <date time="1500">
        <event>call susi</event>
     </date>
  </day
 </month>
</schedule>

... and so on. (all events formated like this)

now i want to generate a big html table first wich contains all days of the year with the name of the moths as table captions. like this:

| jan | feb| mar| apr| ... | dec|
----------------------------
 1      1     1     1    ...    1
...     ...    ...     ...   ...   ...
31    28   31    30   ...   31

(table completely filled). I dont know how to do that. Because, if there are only 5 events per moth, the table nevertheless needs to be filled with all numbers of the days.

I thought it would be stupid to create this table manually in the stylesheet!

the events should then be pasted behind a specific day accoring to the .xml source. the second prob ist how can i insert the event at the specific place in the table?

sorry 'bout the simple questions but i am new to xslt...

thanks in advance,
l.r.



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • stylesheet for generating html table and aditionally paste calendar data, Lars Reimann <=