I have a XML with the following ns:
<Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:iso:std:iso:20022:tech:xsd:camt.053.001.02">
My XSLT only works when I manually remove the xmlns="urn:iso:std.... I have found the "exclude-result-prefixes" but I can't assign a prefix. Is there a solution for this?
Thanks for the effort!