docbook-apps

Expand all | Collapse all

Re: [docbook-apps] examples always getting keep-together.within-column="always" with 1.72.0?

  • 1.  Re: [docbook-apps] examples always getting keep-together.within-column="always" with 1.72.0?

    Posted 02-22-2007 17:39
    Hi David,
    It is coming from the formal.object.properties attribute-set, which is
    "used" by the example.properties attribute-set in fo/param.xsl. It has
    been that way since at least 1.68.1. You can set it to "auto" in
    example.properties, or in formal.object.properties if you want to change it
    for all formal object.

    I think a lot of people are discovering it because they are upgrading to
    FOP 0.93, which implements keeps for the first time.

    Bob Stayton
    Sagehill Enterprises
    DocBook Consulting
    bobs@sagehill.net





  • 2.  RE: [docbook-apps] examples always getting keep-together.within-column="always" with 1.72.0?

    Posted 02-22-2007 18:51
    Ah, that's it. I had deleted the keep-together attr when I merged my old 1.60.1 based customization with 1.72.0, forgetting that attribute-sets are merged, so I was still picking it up from the base xsls. I'll put it back and change it to auto or maybe put in an xsl:choose.

    Thanks,
    David

    >