Hi there,
I have a problem with an XSLT mapping. I get an XML file in which handles the tags for empty fields in this structure: <Example></Example>. In then XSLT mapping I then use the copy-of element to get the whole incoming XML document starting from the root element to proceed a Base64 encoding on the XML. The problem I have is, that the copy-of elemet changes my <Example></Example> structure into <Example/> and this cannot be understand by the target system. Do you know whether there is any possibility to keep the structure in the <Example></Example> format?
Thanks for your help.
I have a problem with an XSLT mapping. I get an XML file in which handles the tags for empty fields in this structure: <Example></Example>. In then XSLT mapping I then use the copy-of element to get the whole incoming XML document starting from the root element to proceed a Base64 encoding on the XML. The problem I have is, that the copy-of elemet changes my <Example></Example> structure into <Example/> and this cannot be understand by the target system. Do you know whether there is any possibility to keep the structure in the <Example></Example> format?
Thanks for your help.