[xep-support] New line in <fo:inline/>

G. Ken Holman gkholman at CraneSoftwrights.com
Wed Apr 19 12:39:05 PDT 2006


At 2006-04-19 13:53 -0500, Steve Ylvisaker wrote:
>I have a situation where I need to force multiple lines of text 
>within an inline area. I have tried the obvious: specify a width, 
>exceed it and specify wrap-option="wrap". These parameters seem to 
>be ignored and my inline area just continues to expand.
>
>Is there a way to do this? Or am I headed in the wrong direction.

Can you post an example illustrating the problem?

When I need to test specific features of XSL-FO or a vendor's tool, I 
usually modify a sandbox instance in which I can play with the 
constructs I need.  Can you reproduce the problem in the following?

<?xml version="1.0" encoding="US-ASCII"?><!--raw.fo-->
<root xmlns="http://www.w3.org/1999/XSL/Format"
       font-family="Times" font-size="20pt">

   <layout-master-set>
     <simple-page-master master-name="frame"
                         page-height="297mm" page-width="210mm"
                         margin-top="15mm" margin-bottom="15mm"
                         margin-left="15mm" margin-right="15mm">
       <region-body region-name="frame-body"/>
     </simple-page-master>
   </layout-master-set>

   <page-sequence master-reference="frame">
     <flow flow-name="frame-body">
       <block>This is a test</block>
     </flow>
   </page-sequence>
</root>

. . . . . . . . . . . Ken


--
Registration open for XSLT/XSL-FO training: Wash.,DC 2006-06-12/16
Also for XML/XSLT/XSL-FO training:Birmingham,England 2006-05-22/25
Also for XSLT/XSL-FO training:    Copenhagen,Denmark 2006-05-08/11
World-wide on-site corporate, govt. & user group XML/XSL training.
G. Ken Holman                 mailto:gkholman at CraneSoftwrights.com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/f/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Cancer Awareness Aug'05  http://www.CraneSoftwrights.com/f/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html



More information about the Xep-support mailing list