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]

RE: Usage of older XSL version


Still pondering..

The use of 'fo:inline-container' togeter with 'role' does not apear in the
documentation, 'role' can only be used in 'fo:flow' or 'fo:static-content'.
'fo:static-content' is sertainly not allowed so i'll would use 'fo:flow',
like the code below

<xsl:stylesheet>
  <xsl:template match="Kop">
    <fo:flow role="Kop 1">
    </fo:flow>
  </xsl:template>
  <xsl:template match="identificatie">
    <fo:flow role="Kop 2">
    </fo:flow>
  </xsl:template>
</xsl:stylesheet>

"Kop 1" and "Kop 2" are the styles in Word ("Heading 1" and "Heading 2" in
the english version)

Still questioning my pshycological state ? Please enlighten me.

greets,

Ivar Snaaijer


 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]