Subject:know when a page-break will occur Author:koby aharon Date:28 Feb 2007 09:27 AM
Hi all, i'm new in this area of xml and xslt so i hope that i post this in the right place.
i want to transform xml file into a html file that will present the data in tables.
I that this isn't hard at all, but my problem is that i don't want the table will be cut in the middle due to a page break, and also i want to be able to set a title in the heading of each page.
Subject:know when a page-break will occur Author:koby aharon Date:28 Feb 2007 02:30 PM
I see, the problem is that we already have a java code that create us the
html page according to our data, it does that by dynamically building a html file with the data and placing a page-break every 40 elements.
is there a way that i can imitate that behaviour with xslt?
Subject:know when a page-break will occur Author:koby aharon Date:28 Feb 2007 02:33 PM
i forgot to mention that now we want to send the data to another .net program (with xml) so that it will present the data in a html file.
thats why we want thought about xslt.