NairnFEAMPM Icon

XMLData Command

The XMLData command allows you to insert XML commands into the interpretation results. The format is:

XMLData <(section)>,<(matid)>
  <tag>
    Inserted xml characters
  </tag>
EndXMLData

where

The XML data to be inserted will be all lines between the XMLData command and the EndXMLData Command. You can have multuple XMLData blocks for each section and subsquent blocks will be appended to previous blocks for each section. For "MaterialPoints", "Materials", "GridBCs", and "ParticleBCs", the data will be inserted when the XMLData command is used. This approach allows you to intermingle XML features with scripted features in these sections.

Notes

  1. This feature can be used to support new XML commands in the code engines that are not yet supported by regular commands in NairnFEAMPM (see OSUPDocs wiki for documentation of those commands).
  2. This feature can also be used as an alternate way to enter standard commands or to insert XML comments.
  3. Another way to insert raw XML is to use the Entity command, which will insert entities at the start of the file.