Hello,
I need to transform an xml file into xml file. The root element in the input xml file has namespace attributes xmlns:xsi=" and xsi:noNamespaceSchemaLocation=" I have to copy those attribute to the output xml file. I do not have problems to copy xsi:noNamespaceSchemaLocation attribute. But I do not have success with the schema attribute. Could you help me, please?
I need to transform an xml file into xml file. The root element in the input xml file has namespace attributes xmlns:xsi=" and xsi:noNamespaceSchemaLocation=" I have to copy those attribute to the output xml file. I do not have problems to copy xsi:noNamespaceSchemaLocation attribute. But I do not have success with the schema attribute. Could you help me, please?