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
