Specification of XML instruction complies with XML file structure and

  • must contain <CFGRECORDS> reserved section containing the changed attributes
  • must not contain another reserved section than <CFGRECORDS>

Characteristics of <CFGRECORDS> section

  • <Name> attribute has a special function, it is the file name for XML filter
  • other attributes are the attributes of changed objects which are to be modified en masse
  • the structure must not contain the attributes with string values of SDT_EXPRESSION or SDT_RAW_DATA type

Example of XML file representing the XML instruction

<?xml version="1.0" encoding="utf-8"?>
<ROOT>
  <CFGRECORDS>
    <TObjItemData>
      <Name>filter.xml</Name>
      <Descript>New Descript</Descript>
    </TObjItemData>
    <TArchivData_Full>
      <TArchivData>
        <Periode>20</Periode>
      </TArchivData>
    </TArchivData_Full>
  </CFGRECORDS>
</ROOT>

A location of directory containing the filters (because the instruction contains only its name) will be set at XML Update.

Napíšte komentár