[Bug 6209] New: [XSLFO] Typographical error in XSL-FO 1.1 Example 6.10.1.1

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6209

           Summary: [XSLFO] Typographical error in XSL-FO 1.1 Example
                    6.10.1.1
           Product: XSLFO
           Version: 1.1
          Platform: PC
               URL: http://lists.w3.org/Archives/Public/xsl-
                    editors/2008JulSep/0007
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: XSL-FO
        AssignedTo: alb.w3c@gmail.com
        ReportedBy: liam@w3.org
         QAContact: xsl-editors@w3.org


[reported by Ken Holman; re-entered by Liam]

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>


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 6 November 2008 21:32:20 UTC