Hi all,
I wonder how to make xpath (iterating splitter, content modifier, any) work with prefix-based xml. Think of a standard api response, it usually comes with a structure like " http://www.w3.org/2005/Atom" xmlns:m=" http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"" or " " and so on.
I added these namespaces in the namespace mapping under runtime config but when I test it still doesn't work.
How can I do short of removing prefixes as usual?
Cristian