Schema Central > XSL-FO 1.1 > fo.xsd > fo:static-content
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

fo:static-content

A sequence or a tree of formatting objects that is to be presented in a single region or repeated in like-named regions on one or more pages in the page-sequence. Its common use is for repeating or running headers and footers.

See http://www.w3.org/TR/xsl11/#fo_static-content.

Element information

Namespace: http://www.w3.org/1999/XSL/Format

Schema document: fo.xsd

Type: fo:block-sequence

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]fo:idAn identifier unique within all objects in the result tree with the fo: namespace. It allows references to this formatting object by other objects.from group fo:id
index-class [0..1]fo:stringAssociates an index class with a formatting object that also has an index key specified.from group fo:index-class
index-key [0..1]fo:stringAssociates an index key with the formatting object on which it is specified.from group fo:index-key
flow-name [0..1]fo:nameThe name of the flow.from group fo:flow-name

Used in

Sample instance

<fo:static-content>
   <fo:block>Any text, intermingled with:
      <fo:block>Any text, intermingled with:
         <fo:block>Any text, intermingled with:...
         </fo:block>
      </fo:block>
   </fo:block>
</fo:static-content>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com