xml - Bug: Mule xpath3 transform gets transformed namespaces wrong in edge-case -


when xml contains xmlschema namespace

xmlns:xs="http://www.w3.org/2001/xmlschema" 

but only utilised within xmlschema-instance

xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" 

such as:

<nsp:value xsi:type="xs:int">1</nsp:value> 

is transformed using xpath3 such as:

#[xpath3('//nsp:configuration', message.payload, 'nodeset')] 

then xmlschema namespace definition not added outgoing xml. other namespace definitions added fine, because xs namespace utilised within attribute value, appears not correctly added.

i add have added mulexml:namespace-manager containing these namespaces custom ones, seems make no difference.

does know should report this?

you can report in project jira 

https://www.mulesoft.org/jira/login.jsp 

also if enterprise customer should report via customer portal.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -