<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>6209</bug_id>
          
          <creation_ts>2008-11-06 21:32:11 +0000</creation_ts>
          <short_desc>[XSLFO] Typographical error in XSL-FO 1.1 Example 6.10.1.1</short_desc>
          <delta_ts>2009-05-27 10:45:05 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>XSLFO</product>
          <component>XSL-FO</component>
          <version>1.1</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://lists.w3.org/Archives/Public/xsl-editors/2008JulSep/0007</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Liam R E Quin">liam</reporter>
          <assigned_to name="Anders Berglund">alb.w3c</assigned_to>
          <cc>tgraham</cc>
          
          <qa_contact name="Mailing list for comments on XSL (XSl-FO)">xsl-editors</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>22380</commentid>
    <comment_count>0</comment_count>
    <who name="Liam R E Quin">liam</who>
    <bug_when>2008-11-06 21:32:11 +0000</bug_when>
    <thetext>[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:

&lt;fo:page-sequence id=&quot;glossary&quot; initial-page-number=&quot;1&quot;&gt;
   &lt;fo:page-number-folio-prefix&gt;
     &lt;fo:inline&gt;G-&lt;/fo:inline&gt;
   &lt;/fo:page-number-folio-prefix&gt;
   &lt;fo:flow&gt;...&lt;/fo:flow&gt;
&lt;/fo:page-sequence&gt;

... should be using the finalized name for the prefix object:

&lt;fo:page-sequence id=&quot;glossary&quot; initial-page-number=&quot;1&quot;&gt;
   &lt;fo:folio-prefix&gt;
     &lt;fo:inline&gt;G-&lt;/fo:inline&gt;
   &lt;/fo:folio-prefix&gt;
   &lt;fo:flow&gt;...&lt;/fo:flow&gt;
&lt;/fo:page-sequence&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25329</commentid>
    <comment_count>1</comment_count>
    <who name="Tony Graham">tgraham</who>
    <bug_when>2009-05-27 10:45:05 +0000</bug_when>
    <thetext>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.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>