[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HELP: line breaks
- From: Matthias Fischer <m.fischer@abc-media.de>
- To: Xml-Dev-List <xml-dev@lists.xml.org>
- Date: Fri, 17 Aug 2001 13:59:38 +0200
Hi list members,
I'd like to assign a line break after the leader and keep the U1 paragraph
with the next. Can anybody show me what's wrong, FO doesn't take my
commands?
The example is:
<xsl:template match="U2">
<fo:block margin-left="0.0pt" space-after="10.0pt" space-before="20.0pt"
text-align="left" text-indent="0.0pt" keep-with-next="always">
<fo:leader leader-length="7.5in" leader-pattern="rule" rule-thickness="2pt"
color="black" break-after="always"/>
<fo:inline font-family="Helvetica" font-size="18pt" font-weight="bold">
<xsl:apply-templates/>
</fo:inline>
</fo:block>
</xsl:template>
Matthias
BEGIN:VCARD
VERSION:2.1
N:Fischer;Matthias
FN:Matthias Fischer
NICKNAME:Matthias
ORG:abc Media-Services GmbH;Cross Media Services
TITLE:Cross Media Manager
TEL;WORK;VOICE:+49 (08241) 968638
TEL;WORK;FAX:+49 (08241) 968626
ADR;WORK:;;Nebelhornstrasse 8;Buchloe;;86801;Deutschland
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Nebelhornstrasse 8=0D=0ABuchloe 86801=0D=0ADeutschland
URL:
URL:http://www.abc-media.de
EMAIL;PREF;INTERNET:m.fischer@abc-media.de
REV:20010509T083609Z
END:VCARD