2017

Table Of Contents
USING QUARKXPRESS SERVER
A Guide to QuarkXPress Server 2017 | 163
<PARAGRAPH>
<RICHTEXT>....</RICHTEXT>
</PARAGRAPH>
<
PARAGRAPH>
<RICHTEXT>Edit Menu</RICHTEXT>
</PARAGRAPH>
U
se the
R
ANGE
e
lement with a value of
E
NDOFSTORY
t
o specify that a range should
end at the end of the story.
<PARAGRAPH PARASTYLE=”Sub-Section Title”>
<RICHTEXT>File Menu</RICHTEXT>
</PARAGRAPH>
<INDEXTERM RANGE=”ENDOFSTORY”>File</IND EXTERM>
<PARAGRAPH>
<RICHTEXT>....</RICHTEXT>
</PARAGRAPH>
<PARAGRAPH>
<RICHTEXT>Edit Menu</RICHTEXT>
</PARAGRAPH>
Use the ADDALL element to indicate that all instances of the index term in the
document should be added to the index.
<INDEXTERM ID=”Unique ID” RANGE=”START”
ADDALL=”TRUE”>Menu</INDEXTERM>
<RICHTEXT>Term</RICHTEXT>
<INDEXTERM ID=”UniqueID” RANGE=”END”/>
Use the MAINTERM, SUBTERM1, SUBTERM2, and SUBTERM3, elements to specify the
level of the index term.
<RICHTEXT>Menus of QXP</RICHTEXT>
<INDEXTERM>
<MAINTERM>Menus</MAINTERM>
<SUBTERM1>Sub menu</SUBTERM1>
<SUBTERM2>Utilities menu</SUBTERM1>
<SUBTERM3>Insert Placeholder Text</SUBTERM1>
</INDEXTERM>
The previous XML snippet will produce the following results in the index:
Menus
Sub menu
Utilities menu
Insert Placeholder Text 1
Use the CROSSREFERENCETOINDEX element to create cross references between index
terms. (Valid PREFIX values: see, see also, see herein)
<PARAGRAPH>
<INDEXTERM>
<MAINTERM>Menu</MAINTERM>
<CROSSREFERENCETOINDEX PREFIX=”see
also”>Palettes</CROSSREFERENCETOINDEX>
</INDEXTERM>
<RICHTEXT>Term</RICHTEXT>
</PARAGRAPH>
Use the INDEXSPECIFICATIONS tag to define the index preferences, including
setting the style and the index term separators.
<INDEXSPECIFICATIONS>
<INDEXSTYLE NAME =”IndexStyle”>
<SEPARATORS BETWEEN-PAGE-NUMBERS=”“
BETWEEN-PAGE-RANGE=”“
FOLLOWING-ENTRIES=”“
BEFORE-CROSS-REFERENCE=”“
CROSS-REFERENCE-STYLE=”“
LEVELFORMAT=”NESTED”/>
<LEVELSTYLE FIRSTLEVEL =”Style1”