Re: [Xsltforms-support] repeat table cells
Brought to you by:
alain-couthures
From: Jason K. <ja...@bi...> - 2009-12-14 20:47:23
|
Ok, ... is that not working? Seems like it should. Jason On Mon, Dec 14, 2009 at 8:06 AM, Christopher Dedels <cd...@vi...>wrote: > I noticed there is a way to create a repeat inside an HTML table creating a > number of rows within a table. Is there a way to repeat within a row to > create table cells (<td>)? > > I would like to create a grid. For example: > > <table> > <tbody> > <xf:repeat nodeset="rows/row"> <!-- CREATES TR --> > <xf:repeat nodeset="../../columndata/data[@rowId = current()/@id]"> > <!-- CREATES TD --> > <xf:input ref="value" /> > </xf:repeat> > </xf:repeat> > </tbody> > </table> > > Thanks, > > Chris > > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > |