Versions Compared

Key

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

...

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.

Member of functional group: Modeling

...