Re: Building a matrix (table) out of almost equal elements

2004-03-27 Thread Mike Trotman
I regularly process tables using XSLT->FO. This can seem more difficult than it is if you try to use XSLT as a sequential processing tool - which is when you get your illegal end-tag+start-tag problem. A general approach - which would probably work in your case - is to use the declarative nature

Re: Building a matrix (table) out of almost equal elements

2004-03-25 Thread Clay Leeds
Jan, On Mar 25, 2004, at 5:35 AM, Jan Kohnert wrote: I wonder how I can change a table-row while processing data. Does anybody has an Idea? Thanks in advance! This question is more appropriate for the XSLT Mulberry list[1]. When you ask, you probably want to include a portion of the XML itself, as

Building a matrix (table) out of almost equal elements

2004-03-25 Thread Jan Kohnert
Hi List, I m trying to set up a table out of elements which are all almost the same. There are only two indicators to determine to which position in the table a element fits. 1. All elements with the same value in belong to one table. 2. All elements with the same value in belong to one row.