Arranging the content into columns

2005-12-09 Thread bharathi kongara
Hi guys,I need to put some content into columns dynamically with XSL-FO. I've a template called AnswerKeySection which can have one or more AnswerKeyQuestions. Now I need them arranged like 3 AnswerKeyQuestions into 1 row. So I want something like Question1 Question2 Question3

Re: Arranging the content into columns

2005-12-09 Thread Louis . Masters
I think you will find the following XSL snippet useful (I think it does exactly what you want): fo:table table-layout=fixed width=100% fo:table-column column-width=proportional-column-width(1)/ fo:table-column column-width=proportional-column-width(1)/ fo:table-column