<?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 : DAL &amp; Even/Odd pages</title>
  <link>http://www.ecrion.com/forum/</link>
  <description>This is an XML content feed of; Ecrion Forum : Generic Support : DAL &amp; Even/Odd pages</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 May 2013 04:22:38 +0000</pubDate>
  <lastBuildDate>Mon, 25 Oct 2010 09:24: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=299</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>DAL &amp; Even/Odd pages : That did the trick, thanks. </title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=299&amp;PID=695#695</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=151" rel="nofollow">mattucg</a><br /><strong>Subject:</strong> 299<br /><strong>Posted:</strong> 25 Oct 2010 at 9:24am<br /><br /><P>That did the trick, thanks.</P>]]>
   </description>
   <pubDate>Mon, 25 Oct 2010 09:24:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=299&amp;PID=695#695</guid>
  </item> 
  <item>
   <title>DAL &amp; Even/Odd pages : That is the intended behavior....</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=299&amp;PID=693#693</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> 299<br /><strong>Posted:</strong> 25 Oct 2010 at 6:33am<br /><br />That is the intended behavior. If you want to match odd pages from a certain document, it's assumed that you wish to refer to that particular document, so that sets the context.<br /><br />There is a way to achieve the effect you're looking for though. Instead of matching:<br /><br />odd(section1)<br /><br />match the following (in this order)<br /><br />exclude(section2)<br />odd<br /><br />That is, first exclude the other documents, then match odd pages in the DAL. That will set the context to the full document.<br /><br />There is one more thing. You could address a custom development request to support for a rule like allexcept(document_id), so you could in the future use:<br /><br />exclude(allexcept(section1))<br />odd<br /><br />instead of:<br /><br />exclude(section2)<br />exclude(section3)<br />...<br />exclude(sectionN)<br />odd<br /><br />Regards,<br />Gabi]]>
   </description>
   <pubDate>Mon, 25 Oct 2010 06:33:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=299&amp;PID=693#693</guid>
  </item> 
  <item>
   <title>DAL &amp; Even/Odd pages : I have noticed that DAL jobs only...</title>
   <link>http://www.ecrion.com/forum/forum_posts.asp?TID=299&amp;PID=690#690</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ecrion.com/forum/member_profile.asp?PF=151" rel="nofollow">mattucg</a><br /><strong>Subject:</strong> 299<br /><strong>Posted:</strong> 22 Oct 2010 at 12:12pm<br /><br />I have noticed that DAL jobs only seem to recognize odd/even pages in the context of a single operation. <DIV>&nbsp;</DIV><DIV>My problem is that when merging two files which require different overlays, the first file may have an odd number of pages. This causes the second section to begin on an even numbered page, but&nbsp;it will&nbsp;be page #1 in the contenxt of that operation, which causes it to be considered an 'odd' page, when it should really be even. </DIV><DIV>&nbsp;</DIV><DIV>Is it possible to have the correct overlay to be applied based on even/odd pages in this situation? Here is my simple DAL job:</DIV><DIV>&nbsp;</DIV><DIV>&lt;xfj:job xmlns:xfj="<a href="http://www.ecri&#111;n.com/xfj/1.0" target="_blank">http://www.ecrion.com/xfj/1.0</A>"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;xfj:output mime-type="application/pdf"/&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;xfj:overlay id="Header" z-index="1"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:apply-rules&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:match rule="odd(section1)" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xfj:apply-rules&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:external-content src="url(C:\Dev\Ecrion\UltrascaleTest\UltrascaleTest\Section1-Odd.fo)" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/xfj:overlay&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;xfj:overlay id="Header" z-index="1"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:apply-rules&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:match rule="even(section1)" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xfj:apply-rules&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:external-content src="url(C:\Dev\Ecrion\UltrascaleTest\UltrascaleTest\Section1-Even.fo)" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/xfj:overlay&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;xfj:overlay id="Header" z-index="1"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:apply-rules&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:match rule="odd(section2)" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xfj:apply-rules&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:external-content src="url(C:\Dev\Ecrion\UltrascaleTest\UltrascaleTest\Section2-Odd.fo)" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/xfj:overlay&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;xfj:overlay id="Header" z-index="1"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:apply-rules&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:match rule="even(section2)" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xfj:apply-rules&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:external-content src="url(C:\Dev\Ecrion\UltrascaleTest\UltrascaleTest\Section2-Even.fo)" /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/xfj:overlay&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;xfj:document id="section1" title="Current Superannuation"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:external-content src="C:\Dev\Ecrion\section1.pdf"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/xfj:document&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;xfj:document id="section2" title="Current Superannuation"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;xfj:external-content src="C:\Dev\Ecrion\section2.pdf"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/xfj:document&gt;<BR>&lt;/xfj:job&gt;</DIV><span style="font-size:10px"><br /><br />Edited by mattucg - 22 Oct 2010 at 12:14pm</span>]]>
   </description>
   <pubDate>Fri, 22 Oct 2010 12:12:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.ecrion.com/forum/forum_posts.asp?TID=299&amp;PID=690#690</guid>
  </item> 
 </channel>
</rss>