<div dir="ltr">Hello,<div><br></div><div>I'm exploring ways to insert up to two pdf documents in a row before a specific flow in the document.  Using @rx:insert-document works great for inserting a single document.  The only way I've found to insert two documents in a row, is to create a empty fo:page-sequence and set @rx:insert-document on that.</div><div><br></div><div>So if I want to insert two documents before the page-sequence using master-reference="seq1",</div><div>I create the page-sequence with master-reference="ins1" and rx:insert-document (no content in the flow), then create page-sequence with master-reference="seq1" and rx-insert-document.  <br></div><div><br></div><div><fo:page-sequence master-reference="ins1" rx:insert-document="url(some_url)"></div><div>    <fo:flow flow-name="xsl-region-body"><fo:block/></fo:flow></div><div></fo:page-sequence></div><div><fo:page-sequence master-reference="seq1" rx:insert-document="url(some_other_url)"></div><div>    <fo:static-content flow-name="xsl-region-before"></div><div>    ...</div><div><br></div><div>If I do it this way, I wind up with a blank page between the first inserted document and the second inserted document.  Is there a way that I can do this and not have the blank page between the two?</div><div><br></div><div>Thanks in advance.<br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div>________________________________________________________________________</div><div><b><font color="#0000ff">Charles B. Porter</font></b> | Technical Analyst, Customer Facing Systems | RR Donnelley<br></div><div><span style="font-family:arial;font-size:small">655 Brighton Beach Rd | Menasha, WI 54952</span><br><b><font color="#0000ff">Office</font></b>: 920.751.7612 |<b><font color="#0000ff"> Mobile</font></b>: 920.450.3480 | <font color="#0000ff"><b>Fax</b></font>: 920.751.7686<br><a href="mailto:charles.b.porter@rrd.com" target="_blank">charles.b.porter@rrd.com</a><br><a href="http://rrdonnelley.com" target="_blank">http://www.rrdonnelley.com</a><br></div></div></div></div>
</div></div>