[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: Usage of older XSL version


Subject: RE: Usage of older XSL version
From: Ivar Snaaijer <i.snaaijer@xxxxxxxxxxxx>
Date: Mon, 15 May 2000 12:27:33 +0200

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



Current Thread