10.1

Table Of Contents
6
The CONDITIONALMASTERPAGEREFERENCE element gives you the ability to specify
the master page along with the conditions that must be satisfied to apply the given
master page on a page. The following conditions may be specified:
a page's position within a sequence
the odd or even page number property
whether or not a particular page is blank
contains the actual flow content with reference to the MASTERPAGESEQAUENCE via a
@MASTERPAGESEQUENEREF and a @MASTERPAGEREF respectively. Each PAGESEQUENCE
element will have a certain non-variable static content segment (represented by
STATICCONTENT) containing the content that is intended to be repeated across multiple
flow pages.
7
The STATICCONTENT element gives you the ability to specify content chunks that are
intended to be repeated across multiple flow pages. For example, running headers or
footers.
8
The SECTIONNUMBERFORMAT element gives you the ability to specify the page number
format.
<PROJECT>
<LAYOUT>
<ID UID="1"/>
<MASTERPAGESEQUENCE NAME="APSMasterPages">
<REPEATABLEMASTERPAGEALTERNATIVES>
<CONDITIONALMASTERPAGEREFERENCE POSITION="FIRST"
NAME="C-ArticleFirst"/>
<CONDITIONALMASTERPAGEREFERENCE POSITION="REST" NAME="D-ArticleRest"/>
<CONDITIONALMASTERPAGEREFERENCE POSITION="LAST" NAME="E-ArticleLast"/>
<CONDITIONALMASTERPAGEREFERENCE BLANKORNOTBLANK="BLANK"
NAME="F-BlankMaster"/>
</REPEATABLEMASTERPAGEALTERNATIVES>
</MASTERPAGESEQUENCE>
<PAGESEQUENCE MASTERPAGESEQUENCEREF="APSMasterPages"
FORCEPAGECOUNT="ENDONEVEN">
<SECTIONNUMBERFORMAT FORMAT="NUMERIC" INITIALPAGENUMBER="1"/>
<STATICCONTENT>
<BOX>
<ID NAME="logo"/>
<TEXT>
<STORY>
<PARAGRAPH PARASTYLE="Article SubHead">
<RICHTEXT BOLD="true">Article Sub heading goes here </RICHTEXT>
</PARAGRAPH>
</STORY>
</TEXT>
</BOX>
<BOX>
<ID NAME="title"/>
<TEXT>
<STORY>
<PARAGRAPH MERGE="FALSE" PARASTYLE="NORMAL">
<FORMAT ALIGNMENT="RIGHT"/>
<RICHTEXT BOLD="true" COLOR="White" SIZE="14">
Automation System</RICHTEXT>
</PARAGRAPH>
</STORY>
</TEXT>
</BOX>
</STATICCONTENT>
<STORY BOXNAME="flow">
<PARAGRAPH PARASTYLE="Article Opening Paragraph">
<PARAGRAPH PARASTYLE="Article Section Start">
<PARAGRAPH PARASTYLE="Article Body Copy">
<PARAGRAPH PARASTYLE="Article Body Copy">
<PARAGRAPH PARASTYLE="Article Body Copy">
<PARAGRAPH PARASTYLE="Article Section Start">
<PARAGRAPH PARASTYLE="Article Body Copy">
A GUIDE TO QUARKXPRESS SERVER 10.1 | 189
QUARKXPRESS SERVER FEATURES