Step 1.2.2.1. Ptopc_config.xml File: Framework

Lines that are included in the distributed ptopc_config.xml file and make up the file framework are as follows.

Code Snippet from Sample File

1

<?xml version="1.0" encoding="UTF-8"?>

2

<config>

3

 

<projects>

 

...

23

 

</projects>

 

...

34

</config>

Snippet Line Description

1

<?xml version="1.0" encoding="UTF-8"?>

 

(Required)

 

Included in the distributed file.

 

2/34

<config>...</config>

 

(Required)

 

Identifies the beginning and end of the configuration.

Included in the distributed file.

 

3/23

<projects>...</projects>

 

(Required)

 

Identifies the section for defining pseudo-projects.

At  least one pseudo-project must be defined.

Included in the distributed file.

More information

Step 1.2.2. Enter Advanced Viewer specifications in the ptopc_config.xml file.