Joerg Flotho wrote: > I would like to get a PDF document. > > I have a xml document based on docbook DTD. > > Everything is working fine, but on certain places I want to make a > manual *pagebreak *in the PDF output. > > Therefor I want to use unter "Editing?" (german "Bearbeiten") > -->inserting PI (processing instruction) > > And my question is: > What is the correct command?
This question is not really related to our XML editor. It is related to the DocBook XSL style sheets which are bundled with the product, but for which we provide no support. This document contains the answer to your questions: http://www.sagehill.net/docbookxsl/PageBreaking.html Example, to force a pagebreak before a section: [1] I explicitly select the section. [2] I use "Edit|Processing Instruction|Insert Processing Instruction Before". [3] The newly inserted PI is selected, I use "Edit|Processing Instruction|Change Processing Instruction Target" and replace placeholder target "target" by "dbfo-need". [4] I click inside the PI and I type 'height="15cm"'. See attached screenshot. Remarks: * This works fine with RenderX XEP. I've not tried with FOP. * There is a way to automate steps 2 to 4 using a macro-command. See http://www.xmlmind.com/xmleditor/_distrib/docs/commands/ch02.html -------------- next part -------------- A non-text attachment was scrubbed... Name: dbfo-need.gif Type: image/gif Size: 35024 bytes Desc: not available Url : http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20050425/220b4226/attachment.gif

