|
-
Jan 31st, 2002, 03:26 AM
#1
Thread Starter
Frenzied Member
Form-feed in xsl
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?
-
Jan 31st, 2002, 02:27 PM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|