Hi everyone,
Sorry to open up yet another question on this but I've been playing around with the options and configurations, as well as crawling the forum for ideas but I'm still unable to parse a very simple XML, maybe someone can give me a hint:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:someElement xmlns:ns2="http://www.test.pt/abc/def/testxsd">
<elemA>123</elemA>
</ns2:someElement>
(I was able to parse it if I have <someElement> instead of <ns2:someElement>, and I was trying out the configuration from there but no success)
Thank you
In case someone wants to help on this, check the attached espace with the example I'm talking about, I guess the only thing missing is proper configuration.