Results 1 to 2 of 2

Thread: Form-feed in xsl

  1. #1

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    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?
    Mark
    -------------------

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width