I don't think your problem will be XSLT and certainly not XSL-FO but how you tell the difference between one column and the next and which data element you're actually dealing with.
Just pseudo-code, outside of any particular language, what would the algorithm be for determining that. How you turn that algorithm into code in XSLT could be trivial, if it's even safely possible. From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 11:15 AM To: [email protected] Subject: Help with layout and design Hi I have an XML file where the data is as below <data> <line1>My Name 1 of 1</line1> <line2>My Address 01/12/2008</line2> <!--more lines of data here --> </data> I need to have boxes on PDF file like below, where i will hard code Name, page ___________________________________________________________________ Name: My Name Page: 1of 1 Address: My Address Date: 01/12/2008 ___________________________________________________________________ Is it possible to do some thing like this using XSLT and XSL-Fo Any suggestions ---------------------------------------------------------------------- CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024.
