I'm applying an XSL transform to XML source files.
Works fine.
However, I want to insert form-feeds into the output file.
How can I include a form-feed in the XSL file?
Printable View
I'm applying an XSL transform to XML source files.
Works fine.
However, I want to insert form-feeds into the output file.
How can I include a form-feed in the XSL file?
Questions:
Are you transforming to HTML?
When you say form feed, do you mean output to printer with page breaks?
If yes to both..
<DIV STYLE='page-break-before:always'></DIV>
this only works in IE though