Dynamic XSL

Subject: Dynamic XSL
From: "Amit Khemka" <AmitK@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Jun 1999 17:46:32 -0500
in general, if I have something like this:

<xsl:for-each select="data" order-by = "summary">
 <TR>
     <TD><DIV class="row"><xsl:value-of select="name"/></DIV></TD>
     <TD><DIV class="row"><xsl:value-of select="summary"/></DIV></TD>
</TR>

In the above the 'elements' that I am extracting are 'static'. Is it possible to write a routine which would allow me to control what elements go inside the <TR> and </TR>

-amit


- Amit Khemka
Upright Software
p. 847-291-7760
f. 847-291-7763



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


Current Thread
  • Dynamic XSL
    • Amit Khemka - Mon, 28 Jun 1999 17:46:32 -0500 <=