- From: G. Ken Holman <gkholman@CraneSoftwrights.com>
- Date: Wed, 24 Sep 2008 14:00:27 -0700
- To: xsl-editors@w3.org
Hi folks!
When teaching my XSL-FO class today I noted a typographical error in
example 6.10.1.1 of http://www.w3.org/TR/2006/REC-xsl11-20061205/ not
yet listed in the http://www.w3.org/2006/12/xsl11-errata.html summary.
Where you have:
<fo:page-sequence id="glossary" initial-page-number="1">
<fo:page-number-folio-prefix>
<fo:inline>G-</fo:inline>
</fo:page-number-folio-prefix>
<fo:flow>...</fo:flow>
</fo:page-sequence>
... should be using the finalized name for the prefix object:
<fo:page-sequence id="glossary" initial-page-number="1">
<fo:folio-prefix>
<fo:inline>G-</fo:inline>
</fo:folio-prefix>
<fo:flow>...</fo:flow>
</fo:page-sequence>
I hope this helps.
. . . . . . . . . . . Ken
--
Upcoming XSLT/XSL-FO hands-on courses: Wellington, NZ 2009-01
Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video
G. Ken Holman mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd. http://www.CraneSoftwrights.com/m/
Male Cancer Awareness Nov'07 http://www.CraneSoftwrights.com/m/bc
Legal business disclaimers: http://www.CraneSoftwrights.com/legal
Received on Wednesday, 24 September 2008 21:02:24 UTC