Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

  1. Loading of XML files.
  2. The first parsing of XML data.
  3. Matching of the objects and references with the target configuration:
  4. Reading of the binary files.
  5. The second parsing of XML data.
  6. XML data import.

Kotva
parsing
parsing
XML data parsing

...

Each XML file together with the proper binary files represents the object configuration that is to be imported.

...

An important element at matching is uuid in TObjItemData structure.
The second important element is Name in TObjItemData structure.

Warnings that may occur at matching:

...

The important element at matching is uid in HOBJ_REF structure.
The second important element is name in HOBJ_REF structure.
If the parameter IGNR_REFS is checked, the matching may be executed only through the second element.

...

The important element at matching is col_idx in COL_REF structure.
The second important element is col_name in COL_REF structure.
If the parameter IGNR_REFS is checked, the matching may be executed only through the second element.

...