Hello,
I am developing a java package for my company that is going to import a number of text files into a SQL Server7 database and then in the servlets generate a listing of information about patients which is the XML file, using printwriter() out.println(""
; to display the XML through a browser. I am using XSLT to style the output to html.
My question is then, how can I force a page break after a specific number of lines have been reached so that I don't have a patients information split between pages when it is printed from by the end user who will be entering that information into a Unix Program for processing?
I would like to thank whom ever might help out with this problem in advance. Thank You.
Lance
CBG
I am developing a java package for my company that is going to import a number of text files into a SQL Server7 database and then in the servlets generate a listing of information about patients which is the XML file, using printwriter() out.println(""
My question is then, how can I force a page break after a specific number of lines have been reached so that I don't have a patients information split between pages when it is printed from by the end user who will be entering that information into a Unix Program for processing?
I would like to thank whom ever might help out with this problem in advance. Thank You.
Lance
CBG