The Document type Configuration File (DCF) associated with the document type must be created or modified to take advantage of Astoria functionality.
In order for the Arbortext Editor to work with documents in the Astoria repository, the DCF (*.dcf) associated with each DTD must be created or modified according to the following instructions:
- If your DTD does not have an associated DCF file, then copy sample.dcf from the Arbortext Editor root directory into the directory containing your DTD, and rename it to the form dtdname.dcf. This completes the section regarding this DTD, and you can skip steps 2-5.
- If your DTD already has an associated DCF, then edit this file and ensure that there is an <Options> element that is a child of <DocumentTypeConfiguration>; create this element if it does not yet exist.
- Create the element <AttributeOptions> as a child of <Options> if it does not yet exist
- Add the following elements as children of <AttributeOptions>:
- <AttributeOption attribute="xmlns:ast" dialogHidden="yes" screenHidden="yes"/>
- <AttributeOption attribute="{http://www.astoriasoftware.com/warmedit_v1.0}aid" dialogHidden="yes" screenHidden="yes"/>
- <AttributeOption attribute="{http://www.astoriasoftware.com/warmedit_v1.0}anno" dialogHidden="yes" screenHidden="yes"/>
- <AttributeOption attribute="{http://www.astoriasoftware.com/warmedit_v1.0}shared" dialogHidden="yes" screenHidden="yes"/>
- Save the DCF.
You may now use the Astoria menu commands to open Astoria documents using this DTD.