This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Page breaks for text-only (not HTML) output?


Theoretically, if your XSLT processor supports system properties that
can be defined by the user, it might be possible to define the system
property equal to the string containing a single formfeed character and
use the "system-property()" function in your stylesheet. Alternatively,
if you can pass external parameters to XSLT processor, it might be
possible to specify a parameter equal to the string containing a single
formfeed. Will this work or not - depends on the implementation of the
particular XSLT processor ...


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]