The HTTP-Binding and the XPath transformation service is installed/enabled.
However, what i find a bit strange is that there are no entries from the http binding in the log file.
[WARN ] [org.eclipse.jetty.http.HttpParser ] - URI is too large >8192
After this i tried different XPATH variants (for expamle //*[local-name()=‘xxx’]) without success. It seems that there is a problem with the XPATH code parsing a xmlns code because of the namespace.
Is there maybe a way to extract values from a website with REGEX?
I’ve no idea what you are doing now.
The test String Item doesn’t involve XPATH
Did you get the content you expected, or did you get the WARN message instead? It’s not clear.
That error message is usually associated with an image display in a UI
So far as I can see, that URL returns an HTML webpage so I would not expect XPATH to parse it correctly.
Related