Help > Authoring > Using Markup > Processing Instructions > Free-Form XML Processing Instructions
  
Free-Form XML Processing Instructions
When Arbortext Editor writes an XML document with no DTD (free-form XML), it lists its defined elements as processing instructions (PI) at the beginning of the file. Each PI specifies the name of the element, its attribute list, and its style category.
For example, a document containing the <title> and <author> tags may have corresponding PIs similar to:
<?APT Element gi="title" style="title?>
<?APT Element gi="author" attrs="org contact" style="block"?>
The PI also specifies whether the element is empty and if it is a graphic. When the instance is reloaded in Arbortext Editor, the PIs are parsed and the attribute list and category for each element are retained from the previous session.
* 
Find > Processing Instruction does not locate free-form XML processing instructions.