DocBook validation correction

Suppressing a <beginpage/> element along with a comment explaining why
it is not the right solution to force a page break.
This commit is contained in:
Martin A. Brown 2016-01-17 09:50:51 -08:00
parent a46a030309
commit 67b023a5b2
1 changed files with 13 additions and 1 deletions

View File

@ -89,7 +89,19 @@
</sect1>
<!-- This should generate a page break in the print versions. aeg -->
<beginpage/>
<!-- <beginpage/> -->
<!--
Unfortunately, this <beginpage/> element does not generate a page break,
rather it is intended to be used as a marker for those simultaneously
examining print and electronic copies of the document. At least, according to
Norm Walsh:
https://lists.oasis-open.org/archives/docbook/200002/msg00104.html
So, let's try a processing instruction? This may not be respected by all
processors, unfortunately.
-->
<?pagebreak?>
<sect1 id="the-server-side">
<title>The Server Side</title>