XSLT & XSL-FO: Creating a table with multiple rows?
I'm fairly new to XSLT and I am stuck with a problem where I have an Element with an unknown amount of children, and I need to display these children in a table such that there are 5-6 columns available to display the information. If I'm given an XML file that looks like this: <books> <book> <author>Ralls, Kim</author> <title>Midnight Rain</title> </book> <book> <author>Corets, Eva</author> <title>Maeve Ascendant</title> </book> <book> <author>Corets, Eva</author> <title>Oberon's Legacy</title> </book> <book> <author>Randall, Cynthia</author> <title>Lover Birds</title> </book> <book> <author