[xep-support] Text block problems (v3.8.1)
DESEYNE Jacques
Jacques.DESEYNE at swift.com
Fri Dec 17 06:10:43 PST 2004
Stijn,
An fo:block is as big as its content gets -- if there's nothing in it, it will be infinitely tiny and there is not much point in
having multiple zero-height line breaks...
How about:
<xsl:template match="RETURN">
<fo:block> </fo:block><!-- non-breaking space -->
</xsl:template>
Regards,
--
Jacques Deseyne
User Documentation Dept.
S.W.I.F.T. - Society for Worldwide Interbank Financial Telecommunication
Avenue Adele, 1
B-1310 La Hulpe
Belgium
+32 2 655 3111
http://www.swift.com
This e-mail and any attachments thereto may contain information which is confidential and/or proprietary and are intended for the
sole use of the recipient(s) named above. It is not intended to create or affect any contractual arrangements between the parties.
If you have received this e-mail in error, please immediately notify the sender and delete the mail. Thank you for your
co-operation.
________________________________
From: owner-xep-support at renderx.com [mailto:owner-xep-support at renderx.com] On Behalf Of Stijn Elst
Sent: Friday, December 17, 2004 2:17 PM
To: xep-support at renderx.com
Subject: [xep-support] Text block problems (v3.8.1)
Hi everyone,
2 questions regarding text blocks:
1) How can I implement multiple enters in a text block? A single enter (carriage return, line feed) is easy using
<xsl:template match="RETURN">
<fo:block/>
</xsl:template>
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?
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. 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?
Any help would be greatly appreciated.
Sincerely,
Stijn Elst.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2418 bytes
Desc: not available
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20041217/c88d0b53/attachment.bin>
More information about the Xep-support
mailing list