Create ditaval folders for CCMS Desktop

The Ditaval view in CCMS Desktop includes a user interface for creating new ditaval folders one at a time. You can use the system configuration to add multiple ditaval folders at once.

About this task

Ditaval folders do not appear in CCMS Web.

Procedure

  1. In the TEXTML Administration perspective, connect to your server.
  2. Check out and open the /system/conf/ditavalfolders.xml in a text editor.
  3. Create a new <folder> element for each new folder you want to add.

    You can nest folders as many levels as you need.

    <ditavalfolders>
        <folder name="Widget"/>
        <folder name="Gadget">
            <folder name="Dev"/>
            <folder name="Pubs"/>
        </folder>
    </ditavalfolders>
  4. Save, close, and check in the file.
  5. Inform users of the changes.
    The changes are automatically applied once users close and then reopen their CCMS Desktop. Users can also apply the changes without restarting their CCMS Desktop by clicking IXIA CCMS > Synchronize Configuration. Additionally, refresh IXIA CCMS Web so that users see the change reflected there.