<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi everyone,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>2 questions regarding text blocks:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>1) How can I implement multiple enters in a text 
block? A single enter (carriage return, line feed) is easy using</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;xsl:template 
match="RETURN"&gt;<BR>&nbsp;&nbsp;&lt;fo:block/&gt;<BR>&nbsp;&lt;/xsl:template&gt;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>but this&nbsp;doesn't produce an enter if the text 
starts with &lt;RETURN/&gt;. Also: multiple &lt;RETURN/&gt;'s reduce to only one 
enter using this method, how can this be solved?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>2) I wrote a VB 6.0 application&nbsp;that 
uses&nbsp;(resizeable and moveable) text boxes to let the user&nbsp;enter custom 
text. This text box (the text itself, top, left, width, height, size, font, 
color, emphasis and horizontal alignment properties) is transformed into XML 
(TEXT element with LEFT, TOP, WIDTH, HEIGHT, SIZE, FONT, COLOR, EMPH 
and&nbsp;HALIGN attributes) and rendered using XEP. </FONT><FONT face=Arial 
size=2>It works fine (the transformation is correct), but there appears to be a 
slight difference in text positioning (inside the&nbsp;box/block) between VB 
text boxes and RenderX text blocks. For a rather large font size, this 
difference can be more than 2 mm and is really unacceptable. Is there perhaps 
somebody who knows how to eliminate (or at least reduce) this effect in an easy 
way?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any help would be greatly appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Sincerely,</FONT></DIV>
<DIV><FONT face=Arial size=2>Stijn Elst.</DIV></FONT></BODY></HTML>