[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

add <br/>

Subject: add <br/>
From: "John Wang" <jwang@xxxxxxxxxxx>
Date: Tue, 22 May 2001 14:49:00 -0500
add br
Hi,

I am writing xsl to transform a xml to html. I have a table, the number of
rows varies. After the table, I have a button. What I want is put the button
more less in the same position no matter how many rows will be.

here is my xml:
<?xml version="1.0"?>
      <records>
        <record>
          <branch>001</branch>
          <cycle>001</cycle>
          <status>Started, Stock tags/sheets have been
printed.......</status>
          <date>01/04/00</date>
        </record>
        <record>
          <branch>001</branch>
          <cycle>002</cycle>
          <status>Fronzen, 000 of 001 batch(s)
entered...............</status>
          <date>04/21/99</date>
        </record>
        <record>
          <branch>001</branch>
          <cycle>004</cycle>
          <status>Started, Stock tags/sheets have been
printed.......</status>
          <date>04/21/99</date>
        </record>
</records>

Here is the html
<form action=".....">
<table>
<tr>
<td>001</td><td>001</td>...
</tr>
<tr>
<td>001</td><td>001</td>...
</tr>
<tr>
<td>001</td><td>001</td>...
</tr>
</table>
<br/>
<br/>
<input type="submit" value="Go"/>
...
</form>

the question is how can I write a xsl to determine how many <br/>
will be output to the html. For example, if there are 3 record,
I will output 2 <br/>, if there are 1 record, I want to output 4 <br/>.

I am not sure I make my question clear. But you can figure it out.

Thanks a lot.

-John



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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.