It would be nice to use these features of XSL to make it easier to reuse
the same attributes. Particularly in the first of these cases:

1) In the FO-generating stylesheet:

<xsl:attribute-set name="heading" fo:width="100%" fo:font-weight="bold"
/>

...

<fo:block xsl:use="heading">...

2) In FO (possibly generated from the XSL using xsl:element)

Is there a way to make FOP make the XSL transformer use
xsl:attribute-set and xsl:use? Is a patch needed either in FOP or the
transformer?

- Tor Iver Wilhelmsen
Developer, Arrive AS

Reply via email to