[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

blank-or-not-blank attribute

Subject: blank-or-not-blank attribute
From: tsterlin@xxxxxxxxxxxxxxxxx
Date: Sun, 29 Aug 2004 12:23:45 -0700
blank or not blank
I'm not able to get the "blank-or-not-blank" attribute of
fo:conditional-page-master to work.  I've read the W3 spec on the topic, but
find it rather cryptic.  This is what my code looks like:


<fo:simple-page-master master-name="theImage"
            page-height="29.7cm"
            page-width="21cm"
            margin-top="1cm"
            margin-bottom="1cm"
            margin-left="2.5cm"
            margin-right="2.5cm">
  <fo:region-body margin-top="1.5cm" margin-bottom="1.5cm"/>
</fo:simple-page-master>

<fo:simple-page-master master-name="blankPage">
       <fo:region-body/>
</fo:simple-page-master>

<fo:page-sequence-master master-name="image">
  <fo:repeatable-page-master-alternatives>
     <fo:conditional-page-master-reference master-reference="blankPage"
        blank-or-not-blank="blank"/>
     <fo:conditional-page-master-reference master-reference="theImage"/>
  </fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>

Essentially, what I'm trying to achieve here is an empty page and then the
contents of "theImage" on the following page.  I've also tried making a
fo:page-sequence-master all its own for the blank page with its fo:flow
containing no content, but that didn't seem to work either.  At this point my
output is the content of theImage page with no blank neighboring pages.  In
addition, I've confirmed the support of this feature since I'm using the
RenderX fo processor and its literature indicates this attribute is supported.

Any insight would be greatly appreciated,
Tracy

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.