<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Henk,<br>
<br>
You helped out for the second time!<br>
<br>
Thanks for the suggestions, this will do the trick.<br>
<br>
I'd like to suggest that the error message given by XEP suggests some
content has been lost, yet no content was lost, so is the error message
appropriate?<br>
<br>
Regards,<br>
<br>
Teus.<br>
<br>
Henk Rutten wrote:
<blockquote cite="mid001c01c6c91c$42a896d0$587fa152@MITP305" type="cite">
  <pre wrap="">Hi Teus,

On line 38, when you want to insert a page-break, there hasn't been any
output yet. I think that is causing the error message. 

When you place a &lt;fo:block&gt;&amp;#160;&lt;/fo:block&gt; before &lt;fo:block
break-after="odd-page"&gt;&lt;/fo:block&gt; the error message disappears:

&lt;fo:block&gt;&amp;#160;&lt;/fo:block&gt;
&lt;fo:block break-after="odd-page"&gt;&lt;/fo:block&gt;


Hope this helps

Groeten Henk


-----Oorspronkelijk bericht-----
Van: <a class="moz-txt-link-abbreviated" href="mailto:owner-xep-support@renderx.com">owner-xep-support@renderx.com</a> [<a class="moz-txt-link-freetext" href="mailto:owner-xep-support@renderx.com">mailto:owner-xep-support@renderx.com</a>]
Namens Teus Benschop
Verzonden: zaterdag 26 augustus 2006 15:42
Aan: <a class="moz-txt-link-abbreviated" href="mailto:xep-support@renderx.com">xep-support@renderx.com</a>
Onderwerp: Re: [xep-support] Don't know why xep finds error

Oops, in the previous mail I attached the document.fo without the error. 
Sorry. Here is the one with the error again.

Teus.


Hi Michael,

The explanation of Henk enabled me to get rid of the [warning], but the
[error] was still there.

I've now shortened the xslfo file and attached it again.

The strange thing is that an error is given, which suggests something is
lost, yet no text is lost at all.

The error message goes away when line number 38 (&lt;fo:block
break-after="odd-page"&gt;&lt;/fo:block&gt;) is removed. Yet in line 55 there is
exactly the same code, but it gives no error.

Am I writing incompatible xsl-fo code or is this something in XEP?

Thank you,

Teus.

Michael Sulyaev wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello Teus,

Henk Rutten is absolutely right in his explanation.

I would like to comment on the error message you get:
    </pre>
    <blockquote type="cite">
      <pre wrap="">[error] no space for an element, trying to recover
      </pre>
    </blockquote>
    <pre wrap="">This may happen in different situations, when XEP must place an object 
(e.g. a picture), but does not have enough room for it. If it is in a 
fo:flow, it would usually proceed to the next page (if there is enough 
room for it there). But if it happens in a fixed-dimension area, XEP 
may drop the object totally.

    </pre>
  </blockquote>
  <pre wrap=""><!---->

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to <a class="moz-txt-link-abbreviated" href="mailto:majordomo@renderx.com">majordomo@renderx.com</a> from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service <a class="moz-txt-link-freetext" href="http://www.renderx.com/terms-of-service.html">http://www.renderx.com/terms-of-service.html</a>


  </pre>
</blockquote>
</body>
</html>