Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The string relation or constraint attribute @XML_LIST is used to select the "simple" XML parse method for the PARSE#() function.

Syntax

Place @XML_LIST:ObjectName in the data slot of the relation or constraint

...

An attribute is introduced for parsing XML that contains a structure of parameter and objects names known in the knowledge base. 

For example, you want to import the following data using a relation with the PARSE#() function:
<Ship>
   <Lpp>100</Lpp> 
   <B>10</B> 
</Ship>

Add @XML_LIST:Ship to the data slot of the relation parsing the XML file (using the PARSE#() function). At this moment it works for a TeLiTab list. Can not (yet) be used for table data.

...