STEP SUBSTEP With break page
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 147
- Joined: Sat Oct 19, 2013 8:21 am
STEP SUBSTEP With break page
Hi,
I have step with substep contain image.
When image is too height the image is publish on next page but cmd is publish on previous
Exist attribut for break page on a step or substep ?
Thank you
I have step with substep contain image.
When image is too height the image is publish on next page but cmd is publish on previous
Exist attribut for break page on a step or substep ?
Thank you
-
- Posts: 9446
- Joined: Fri Jul 09, 2004 5:18 pm
Re: STEP SUBSTEP With break page
Hi,
The XSLT stylesheet:
DITA-OT/plugins/org.dita.pdf2/xsl/fo/task-elements.xsl
contains a template which matches the DITA step:
and outputs a fo:list-item, maybe on that list-item you could add the attribute keep-together.within-page="always" like:
Regards,
Radu
The XSLT stylesheet:
DITA-OT/plugins/org.dita.pdf2/xsl/fo/task-elements.xsl
contains a template which matches the DITA step:
Code: Select all
<xsl:template match="*[contains(@class, ' task/steps ')]/*[contains(@class, ' task/step ')]">
Code: Select all
<fo:list-item xsl:use-attribute-sets="steps.step" keep-together.within-page="always">
...................
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service