2017

Table Of Contents
USING QUARKXPRESS SERVER
150 | A Guide to QuarkXPress Server 2017
<?xml version=”1.0” encoding=”UTF-8” standalone=”no”?>
<PROJECT JOBJACKET=”Project2 Job Jacket”
JOBTICKET=”Default Job Ticket 1:Project2”
P
ROJECTNAME=”lis1.qxp” XMLVERSION=”8.0”>
<LAYOUT POINTSPERINCH=”72”>
<ID NAME=”Layout 1”/>
<LAYER>
<
ID NAME=”Default”/>
<RGBCOLOR BLUE=”90” GREEN=”90” RED=”90”/>
</LAYER>
<SPREAD>
<ID UID=”1”/>
<PAGE MASTER=”A-Master A” POSITION=”RIGHTOFSPINE”>
<ID UID=”1”/>
</PAGE>
<BOX BOXTYPE=”CT_TEXT” COLOR=”none”>
<ID NAME=”Box5”/>
<GEOMETRY>
<POSITION>
<TOP>56</TOP>
<LEFT>56</LEFT>
<BOTTOM>200</BOTTOM>
<RIGHT>300</RIGHT>
</POSITION>
</GEOMETRY>
<TEXT>
<STORY>
<LIST LISTSTYLE=”New List” OPERATION=”CREATE”>
</LIST>
</STORY>
</TEXT>
</BOX>
</SPREAD>
</LAYOUT>
</PROJECT>
LIST
is a child of the STORY element. The value of LISTSTYLE will be the name of
the list that had been created in QuarkXPress. When a project containing a list is
deconstructed in XML, the XML will contain the text of the list, as well as a
reference back to the
LIST.
Working with anchored boxes
To create an anchored box within a text box, use a structure like the following:
<?xml version=”1.0” encoding=”UTF-8” standalone=”no”?>
<PROJECT JOBJACKET=”Macintosh HD:Server:Project1 Job Jacket”
JOBTICKET=”Default Job Ticket 1:Project2”
PROJECTNAME=”anchor.qxp” XMLVERSION=”8. 0”>
<LAYOUT POINTSPERINCH=”72”>
<ID NAME=”Layout 1”></ID>
<LAYER>
<ID NAME=”Default”/>
<RGBCOLOR BLUE=”90” GREEN=”90” RED=”90”/>
</LAYER>
<SPREAD>
<ID UID=”1”/>
<PAGE MASTER=”A-Master A” POSITION=”RIGHTOFSPINE”>
<ID UID=”1”/>
</PAGE>
<BOX BOXTYPE=”CT_TEXT” COLOR=”none”>
<ID NAME=”Box5”/>
<GEOMETRY LAYER=”Default” PAGE=”1”>
<POSITION>
<TOP>36</TOP>