This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Displaying entries in a table vertically


Hi,

I am writing an XSL sheet which produces an HTML table
using some entries (which are sorted by my XSL before
displaying) of an XML file. Pretty straightforward...

The problem is that the specifications doc. that I
have, requires me to display the entries in the table
sorted in a vertical fashion.

This means that the spec. requires the entries to be
like:
A P U
B Q V
C R

whereas, since I am outputting the entries row-wise, I
am getting the output:
A B C
P Q R
U V

Is there any way I can display the entries sorted in a
vertical fashion in the table using my XSL sheet? 

Thanks,
Cheers,
Alan.


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]