> Message: 1
> Date: Mon, 25 Apr 2005 10:56:48 +0200
> From: Joerg Flotho <J.Flotho at cadenas.de>
> Subject: Re: [XXE] processing instruction
> To: "xmleditor-support at xmlmind.com" <xmleditor-support at xmlmind.com>
> Message-ID: <426CB0D0.1070602 at cadenas.de>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thank you for your quick answer!
>
> 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?
We have the following section in our DocBook customization:
<command name="docb.pageBreak">
<macro>
<sequence>
<command name="insertNode" parameter="piInto" />
<command name="editPITarget" parameter="[implicitElement]
page-break" />
<command name="insertString" parameter="page-break" />
</sequence>
</macro>
</command>
Works without problem.
Hope this helps
Bernd