8.0
Table Of Contents
- Overview
- New and enhanced features
- Getting started
- Functions
- Function overview
- Render types
- Content modifiers
- Render modifiers
- XML modify
- XML deconstruct and construct
- About XML deconstruct/construct
- xml
- construct
- Deconstructing a project
- Constructing a project
- Working with pages and spreads
- Working with layers
- Working with boxes
- Working with pictures
- Working with text
- Working with tables
- Working with Composition Zones
- Using server XSLT
- Working with lists
- Working with anchored boxes
- Working with placeholders
- Working with metadata
- Working with hidden text
- Administrative Request handlers
- The Modifier DTD
- Sample applications
- Contact Quark
- Legal notice
<!ENTITY sub "&#x001A;">
<!ENTITY esc "&#x001B;">
<!ENTITY fs "&#x001C;">
<!ENTITY discReturn
"&#x001D;">
<!ENTITY indentHere
"&#x001E;">
<!ENTITY discHyphen
"&#x001F;">
<!ENTITY shy "&#x00AD;">
<!ENTITY ensp "&#x2002;">
<!ENTITY emsp "&#x2003;">
<!ENTITY threePerEmSpace
"&#x2004;">
<!ENTITY fourPerEmSpace
"&#x2005;">
<!ENTITY sixPerEmSpace
"&#x2006;">
<!ENTITY figureSpace
"&#x2007;">
<!ENTITY punctSpace
"&#x2008;">
<!ENTITY thinsp
"&#x2009;">
<!ENTITY hairSpace
"&#x200A;">
<!ENTITY zeroWidthSpace
"&#x200B;">
<!ENTITY hyphen
"&#x2010;">
<!ENTITY ndash
"&#x2013;">
<!ENTITY mdash
"&#x2014;">
<!ENTITY wordJoiner
"&#x2060;">
<!ELEMENT PROJECT
(SAVEAS?, LAYOUT*)>
Describes the
QuarkXPress
project using one
or more
LAYOUT
elements and
allows you to save
a copy of the
project.
Identifies the
QuarkXPress
project being
modified and
allows you to save
a copy of that
project.
Identifies the
QuarkXPress
project being
deconstructed.
<!ATTLIST PROJECT
PROJECTNAME CDATA
#IMPLIED
Specifies the
name of the file to
construct.
Not applicable.
Identifies the
QuarkXPress
project being
deconstructed.
Page 211