Xpath attribute name not extracted by //@*

Hi Knime community,

I am struggling to extract the attribute names and values from XML with the XPath node and the XPath Query "//@*" whilst all attributes are extracted as expected. So far I read that name() is not supported as XPath 2.0 is not supported (it's said).

Any ideas?

Many thanks
Mike

Hi Mike,

yes you are right, this is not supported.

However, what I did is convert it into a JSON and than I was able to get the information.

Could you try this and let me know if this works for you as well?

Iris