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
<?xml version="1.0" encoding="UTF-8"?> |
||
<config> |
||
|
<projects> |
|
|
... |
|
|
</projects> |
|
|
... |
|
</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. |
Step 1.2.2. Enter Advanced Viewer specifications in the ptopc_config.xml file. |