<!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> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>2 questions regarding text blocks:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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> </DIV>
<DIV><FONT face=Arial size=2> <xsl:template
match="RETURN"><BR> <fo:block/><BR> </xsl:template><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>but this doesn't produce an enter if the text
starts with <RETURN/>. Also: multiple <RETURN/>'s reduce to only one
enter using this method, how can this be solved?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>2) I wrote a VB 6.0 application that
uses (resizeable and moveable) text boxes to let the user 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 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 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> </DIV>
<DIV><FONT face=Arial size=2>Any help would be greatly appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Sincerely,</FONT></DIV>
<DIV><FONT face=Arial size=2>Stijn Elst.</DIV></FONT></BODY></HTML>