Hi,
There are few exaples on wiki about how to extract values from xml file. But what about attributes? How the mapping should looks like?
Hi,
the component uses standard XPath language to express the mappings. To access an attribute of an element, try to use something like “/element/@attribute_name”.
Jaro