WHAT IT'S USED FOR:
Advanced XML
In some cases you may need to identify information to import via a sub-element within the main Element. This is for element identification to a second level. For instance, the XML may contain an Author element with a Name sub-element and also a Publisher element with a Name sub-element. This two-level identification can be used to distinguished the first Name element from the second Name element.
<record>
<author>
<name>Joe Bloggs</name>
<birthdate>01/01/1976</birthdate>
</author>
<publisher>
<name>SunSpice Publishing</name>
<location>Auckland, New Zealand</location>
</publisher>
</record>
WHERE TO FIND IT:
The Field Mapping page of the XML Import Configuration Window.
HOW TO USE IT:
Sub-Element is a text field. Just key in data, or copy it into the field from another source.