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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by Bugzilla from bugzilla@wiggum.w3.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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@...
        ReportedBy: liam@...
         QAContact: xsl-editors@...


[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.


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

by Bugzilla from bugzilla@wiggum.w3.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Tony Graham <Tony.Graham@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Tony.Graham@MenteithConsulti
                   |                            |ng.com
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Tony Graham <Tony.Graham@...>  2009-05-27 10:45:05 ---
You are correct.  It is a typographical error, and the correct FO name is
fo:folio-prefix.

If you are satisfied with this resolution, please change this ticket to CLOSED.


--
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.