This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to Create Side Heads in XSL-FO


DPawson@rnib.org.uk wrote:
> 
> Sure its by the side Eliot?
> Not,
> >   **
> >  ***
> > ****
> >   **
> >   **
> > ******
>            This is the title text
> 

Yep, it's clearly on the same baseline. I'm using XSL Formatter eval
version 2.0.0.110.

Here are the attributes I didn't show:

<xsl:attribute-set name="title-characteristics">
  <xsl:attribute name="text-align">left</xsl:attribute>
  <xsl:attribute
name="space-before.conditionality">discard</xsl:attribute>
  <xsl:attribute name="score-spaces">false</xsl:attribute>
  <xsl:attribute name="font-weight">bold</xsl:attribute>
  <xsl:attribute
name="space-after.conditionality">discard</xsl:attribute>
  <xsl:attribute name="space-before.maximum">1em</xsl:attribute>
  <xsl:attribute name="keep-with-next">always</xsl:attribute>
  <xsl:attribute name="font-family">sans-serif</xsl:attribute>
  <xsl:attribute name="space-after.maximum">.75em</xsl:attribute>
  <xsl:attribute name="widows">2</xsl:attribute>
  <xsl:attribute name="keep-with-previous">no</xsl:attribute>
  <xsl:attribute name="space-after.optimum">.5em</xsl:attribute>
  <xsl:attribute name="orphans">2</xsl:attribute>
  <xsl:attribute
name="space-before.conditionality">discard</xsl:attribute>
  <xsl:attribute name="font-weight">bold</xsl:attribute>
  <xsl:attribute name="space-after.minimum">.25em</xsl:attribute>
  <xsl:attribute name="space-before.optimum">.75em</xsl:attribute>
  <xsl:attribute name="space-before.minimum">.5em</xsl:attribute>
  <xsl:attribute name="keep-together">always</xsl:attribute>
</xsl:attribute-set>

Thanks,

Eliot
ISOGEN International, LLC

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]