DITA and XMetaL Discussion
XMetaL Community Forum › DITA and XMetaL Discussion › Keeping two items together
-
rnv January 15, 2014 at 4:48 pm
Keeping two items together
January 15, 2014 at 4:48 pmParticipants 1Replies 2Last Activity 9 years agoHi,
Is there a way to specify two elements (2 paragraphs, or table title and table) together in a page without page break?
I am looking for some attributes like 'keep to next'. If that is true then when xslfo is published then content in that particular element should be together with the content with the next element.
among others need such feature to keep the table and its title together. currently we simly have a
to specify the title followed by the table itself.
regards,
rajuDerek Read January 16, 2014 at 12:14 am
Reply to: Keeping two items together
January 16, 2014 at 12:14 amI assume you're asking if there is a DITA attribute value you can set that the DITA OT would recognize and, specifically and only for PDF output, do something with. The DITA OT doesn't have any code in it that will pick up on this type of thing as far as I know.
You are probably looking at having to customize the DITA OT to support this. You would need to have the DITA OT include one of the XSL-FO “keep-with” properties (there are several) at just the right spot in the XSL-FO.
-
AuthorPosts
- You must be logged in to reply to this topic.