[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] forcing a pagebreak in a printed .pdf
George,
Thanks for the link. In the demo video it gets to the point where the
person enters
<xsl:import href=""/>
then appears to move the cursor out of the way and the speakers make they
typing sound, but no typed text appears on the screen, but the Save As
window comes up. What did he press to get to that Save As window? I'm
looking at the menus and hitting keys but can't get the same window to
pop-up. Also, there must be a list of all the parameters somewhere, but
where?
Thanks,
Chip Wiegand
Computer Services
Simrad, Inc
425-778-8821
425-771-7211 (FAX)
George Cristian Bina <george@oxygenxml.com> wrote on 08/02/2005 01:38:19
AM:
> Hi Chip,
>
> You should place that template inside the stylesheet that imports the
> DocBook FO stylesheet.
> See
>
http://www.oxygenxml.com/demo/DocbookCustomization/docbookCustomization.html
> for a demo of creating a customization layer with oXygen that changes
> the paper type and page orientation.
>
> Best Regards,
> George
> ---------------------------------------------------------------------
> George Cristian Bina
> <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
> http://www.oxygenxml.com
>
>
> Chip Wiegand wrote:
> > I've been searching google and the archives for an answer to this
problem
> > and so far everything I've found is at least 3 years old. It appears I
> > need something like this -
> >
> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> > xmlns:fo="http://www.w3.org/1999/XSL/Format"
> > version="1.0">
> >
> > <xsl:import ref="/path/to/docbook-xsl/fo/docbook.xsl"/>
> >
> > </xsl:stylesheet>
> >
> > in a seperate .xsl file? With this added in somewhere, I'm not sure
where
> > -
> >
> > <xsl:template match="processing-instruction('custom-pagebreak')">
> > <fo:block break-before='page'/>
> > </xsl:template>
> >
> > which would allow me to place this
> >
> > <?custom-pagebreak?>
> >
> > in my document code wherever I want the page break to occur.
> >
> > Some of what I read refers to placing this new document outside the
> > docbook tree where you import the fo/docbook.xsl stylesheet. Since I'm
> > using oXygen I guess that means outside of C:\Program Files\Oxygen
6.1?
> > Maybe in a new folder I need to create? There was also some reference
to
> > making sure I have a working tool chain, what is a working tool chain?
> >
> > Regards,
> >
> > Chip Wiegand
> > Computer Services
> > Simrad, Inc
> > 425-778-8821
> > 425-771-7211 (FAX)
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> > For additional commands, e-mail:
docbook-apps-help@lists.oasis-open.org
> >
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]