Options

XMLPort Namespaces

josalmjosalm Member Posts: 5
Hi.

I want to export the xml with some specific namespace.

I have the following properties:
DefaultNamespace = 'dm22irccli-net';
UseDefaultNamespace = true;
Namespaces = "version" = 'v2023';

What is exported:
<My_XmlPort xmlns:version="v2023" xmlns="dm22irccli-net">

What i want:
<My_XmlPort  xmlns="dm22irccli-net" version="v2023">

Is this possible?

Best regards
Sign In or Register to comment.