[xsl] FO White space Handling

Subject: [xsl] FO White space Handling
From: "Scott Carter" <scottc@xxxxxxxxxxxxxx>
Date: Thu, 31 May 2001 07:17:03 -0600
In the following example (from www.w3.org), should an XSL-FO processor
maintain the spacing at the end of 'Page ' in the static content of the
"page" page sequence? 

A reference from the specification would be great - I haven't had any
luck finding one.

Scott

----------------------------------------------------------------
...
      <fo:static-content flow-name="xsl-region-after">
        <fo:block>
          <xsl:text>Page </xsl:text>   
          <fo:page-number/>
        </fo:block>
      </fo:static-content>
...
----------------------------------------------------------------

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread