[xep-support] Text block problem (v3.8.1)
Stijn Elst
stijn at fotek.com
Thu Dec 23 01:21:33 PST 2004
Hi,
I'm (still) having a problem with text blocks. A TEXT tag creates a text block and the content of the tag is displayed in the block. The TEXT tag may also contain one or multiple ENTER tags. I would like the ENTER tag to simulate the ENTER key being pressed in any normal editing environment. When RenderX encounters the ENTER tag, it has to do exactly the same as if the ENTER key was pressed, namely inserting a line feed / carriage return. Is that in any way possible? Things I've tried (from previous answers to my question) that don't give the right results: linefeed-treatment="preserve", leader-length="0pt". Any help would be greatly appreciated, thanks.
Examples:
1. input:
<TEXT>bla<ENTER/>bla</TEXT>
output:
bla
bla
2. input:
<TEXT>bla<ENTER/><ENTER/>bla</TEXT>
output:
bla
bla
3. input:
<TEXT><ENTER/>bla</TEXT>
output:
bla
Sincerely,
Stijn Elst.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20041223/861ceed9/attachment.html>
More information about the Xep-support
mailing list