2017

Table Of Contents
USING QUARKXPRESS SERVER
A Guide to QuarkXPress Server 2017 | 129
</LIST>
<!— Insert a page break —>
<
PAGEBREAK></PAGEBREAK>
</STORY>
</TEXT>
<
/BOX>
<!— Add a heading —>
<INLINEBOX>
<RICHTEXT>This is the Heading</RICHTEXT>
</INLINEBOX>
<!— Add text —>
<INLINEBOX>
<PARAGRAPH INDENTLEVEL=”2” PARASTYLE=”MyStyle”>
<RICHTEXT>This is the text</RICHTEXT>
</PARAGRAPH>
</INLINEBOX>
<!— Import a picture —>
<INLINEBOX>
<CONTENT>file:MyFile.jpg</CONTENT>
</INLINEBOX>
<!— Add a table —>
<INLINETABLE>
<TBODY>
<TROW>
<ENTRY>Column1</ENTRY>
<ENTRY>Column2</ENTRY>
</TROW>
</TBODY>
</INLINETABLE>
</LAYOUT>
</PROJECT>
When QuarkXPress Server creates a new layout this way, it adds an automatic text
box. If you want to flow content into this automatic text box, address it by any
name you like, and QuarkXPress Server will assign that name to the automatic text
box on the first page.
Working with layers
To create a layer in XML, use the LAYER element. For example:
<LAYER KEEPRUNAROUND=”true” LOCKED=”false”
SUPPRESS=”false” VISIBLE=”true”>
<ID NAME=”Layer 1” />
</LAYER>
The RGBCOLOR element defines the layer’s color as displayed in the Layers palette.
You can assign items to a layer using the GEOMETRY element, which is a child of the
BOX and TABLE elements. For example:
BOX BOXTYPE=”CT_TEXT” COLOR=”White”>
<ID NAME=”Main Layer” />
<GEOMETRY
LAYER=”Default”
PAGE=”1” SHAPE=”SH_RECT”>
<POSITION>
<TOP>90</TOP>
<LEFT>95</LEFT>