This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: page chunking


/ Phillip Shelton <shelton@usq.edu.au> was heard to say:
| From my reading of the origial question <beginpage> is exactly what he wanted as he started with a hardcopy and has made a softcopy in Docbook.

Yes. It's what he wanted to mark where the page breaks were. And for
online rendering, maybe it makes sense to output something:

<xsl:template match="beginpage">
  <p>--page break in original--</p>
</xsl:template>

That's not the same as saying that the stylesheets should use the
beginpage to actually create page breaks.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Convictions are more dangerous
http://www.oasis-open.org/docbook/ | enemies of truth than
Chair, DocBook Technical Committee | lies.--Nietzsche


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]