[uf-discuss] marking up table rows - carrying id through rows to create multiple unique .ics exports

Ryan King ryan at technorati.com
Thu Sep 13 11:35:49 PDT 2007


On Sep 12, 2007, at 9:43 PM, Matt Warnock wrote:

> Hello - I have a question of how to create an id that carries  
> through several cell elements and then links to the X2V service to  
> create the .ics file.
>
> I am hoping to have multiple events on one page and want to give  
> the user one option to download the class they want to attend and  
> not all the classes. Do you create and id in the first element,  
> then reference this in the headers="" attribute?  I can't seem to  
> get it going and populating the ics file correctly. I had it going  
> but it would add the location, now it's just shooting blanks.  I  
> don't mean to run to this discussion board every time I can't  
> figure stuff out, but it's been a long day on this. My cards keep  
> coming up empty.
>
> I am giving the first element (cell) of the row time th an id, then  
> referencing that id in the following td classes through the headers  
> attribute.
> I'm using the clues in the Allsopp book of naming the axis  
> attribute the same as the th column id, and then stating the scope  
> of row but it's getting me confused. I'm using a fragmented URL  
> with an escaped %23 for the button to ping the conversion service  
> at Suda's X2V address.
>
> If someone could take a peek at the code I would be really  
> appreciate it.
>
> Its the first table, the today's upcoming classes table
> http://exhale.daisyinteractive.com/locations/santa-monica/

put class='vevent' and id='foo' on the <tr> and it should work fine.

-ryan


More information about the microformats-discuss mailing list