<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Ecrion Forum : Problem with watermark&#039;s</title>
  <link>http://www.ecrion.com/forum/</link>
  <description>This is an XML content feed of; Ecrion Forum : XSL-FO : Problem with watermark&#039;s</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 20 Jun 2013 10:35:55 +0000</pubDate>
  <lastBuildDate>Tue, 12 Apr 2011 07:16:32 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ecrion.com/forum/RSS_post_feed.asp?TID=320</WebWizForums:feedURL>
  <image>
   <title>Ecrion Forum</title>
   <url>http://www.ecrion.com/forum//images/logo.png</url>
   <link>http://www.ecrion.com/forum/</link>
  </image>
  <item>
   <title>Problem with watermark&#039;s : Hi Marco,The side regions (before,...</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=320&amp;PID=800#800</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=5" rel="nofollow">gabig</a><br /><strong>Subject:</strong> 320<br /><strong>Posted:</strong> 12 Apr 2011 at 7:16am<br /><br />Hi Marco,<div><br></div><div>The side regions (before, after, start, end) are repeated on each page. You use fo:static-content instead of fo:flow to map content to them.</div><div>The reason you're only seeing the watermark on the first page is that you're placing it in the body (fo:flow mapped to&nbsp;fo:region-body), which flows across the pages without repeating any of the contents.</div><div>Make sure you have an fo:region-before defined in your page master:</div><div><table width="99%"><tr><td><pre class="BBcode">&lt;fo:region-before region-name="xsl-region-before" ... /&gt;</pre></td></tr></table></div><div><br></div><div>Then in the fo:page-sequence add the following code before fo:flow:</div><div><table width="99%"><tr><td><pre class="BBcode">&lt;fo:static-content flow-name="xsl-region-before"&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;fo:block&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>&lt;!-- paste your fo:block-container code --&gt;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>&lt;/fo:block&gt;</div><div>&lt;/fo:static-content&gt;</pre></td></tr></table></div><div><br></div><div>Regards,</div><div>Gabi</div>]]>
   </description>
   <pubDate>Tue, 12 Apr 2011 07:16:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=320&amp;PID=800#800</guid>
  </item> 
  <item>
   <title>Problem with watermark&#039;s : We have a problem when we try...</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=320&amp;PID=798#798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=187" rel="nofollow">marcomarin</a><br /><strong>Subject:</strong> 320<br /><strong>Posted:</strong> 11 Apr 2011 at 1:38pm<br /><br />We have a problem when we try to use text or images as watermarks, they only show's in the first page of the document, we saw the examples and use the same code for "layout-master-set" but with the same results.<br><br>we use a block-container with the image in the "xsl-region-body"<br><br><br>----------------------------<br>CODE<br>----------------------------<br>&nbsp;&nbsp;&nbsp; &lt;fo:block-container position="fixed"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; width="356mm" height="216mm"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; top="-23mm"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; left="-8mm"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &gt;<br>&nbsp;&nbsp;&nbsp; &lt;fo:block&gt;<br>&nbsp;&nbsp;&nbsp; &lt;fo:external-graphic width="356mm" height="216mm" src="url(image.jpg)"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/fo:block&gt;<br>&nbsp;&nbsp; &lt;/fo:block-container&gt;<br><br>thanks in advance!<br><br>]]>
   </description>
   <pubDate>Mon, 11 Apr 2011 13:38:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=320&amp;PID=798#798</guid>
  </item> 
 </channel>
</rss>