9.2

Table Of Contents
Modifier DTD (annotated)
The topics below provide an annotated version of the Modifier DTD. Details are provided
for how to form XML code that uses the construct namespace, modify parameter, and
xml namespace. The XML sent to or from these functions is case-sensitive and validated
by the Modifier DTD, thereby providing well-formed XML code that is compatible between
each function.
In the following topics:
The "Construct" column refers to constructing a QuarkXPress project using the construct
namespace.
The "Modify" column refers to modifying a QuarkXPress project using the modify
parameter.
The "Deconstruct" column refers to deconstructing a QuarkXPress project using the xml
namespace.
Measurement values do not require units. For example, "25pt" should be submitted as "25".
Entities (Modifier DTD)
DeconstructModifyConstructModifier DTD
Entities that represent
QuarkXPress special
characters.
Entities that represent
QuarkXPress special
characters.
Entities that represent
QuarkXPress special
characters.
<!ENTITY sot
"&#38;#x0002;">
<!ENTITY etx
"&#38;#x0003;">
Note: Some entities, such as
softreturn, are different
Note: Some entities, such as
softreturn, are different
Note: Some entities, such as
softreturn, are different
<!ENTITY eot
"&#38;#x0004;">
for QuarkXPress than they
are in the Unicode
specification.
for QuarkXPress than they
are in the Unicode
specification.
for QuarkXPress than they
are in the Unicode®
specification.
<!ENTITY enq
"&#38;#x0005;">
<!ENTITY ack
"&#38;#x0006;">
<!ENTITY softReturn
"&#38;#x0007;">
<!ENTITY bs
"&#38;#x0008;">
QXP SERVER 9.2 WEB INTEGRATION GUIDE | 149
MODIFIER DTD (ANNOTATED)