You can use the XML Elements to perform a by-name node (or attribute)
selection and push their value as metas. The connector selects nodes or
attributes based on the include and exclude lists.
The following rules apply:
Children of included nodes are pushed as separate metas.
Children of excluded nodes are completely ignored (as well as their attributes).
You can configure the parameters:
Include elements: list of element mappings.
Meta: name of meta associated with the
node content
Element: name of the XML element to
extract. This can also represent an attribute when specifying a string in the
form
node@attribute. For example:
book@title.
Exclude elements: list of node names to skip
When no Meta is specified in Include elements, the connector uses the
name of the element or attribute to infer the meta name. For example:
If you set Element to book, the node text is
pushed in the book meta.
If you set Element to book@title, the attribute
text is pushed in the title meta.