Hi,
I'm having problems with prefixes:
The first problem:
How do I remove prefixes that does were not even declared in the xsd's?Take note that the xsd used did not have external dependencies (did not use the include or import schema command) because all its contents were encoded inside the xsd itself.
from
Message
ns0:Header
ns0:Content
to
Message
Header
Content
The second problem:
How do I add prefixes in the output of XI? Take note that the xsd used external dependencies.
from
Message
Header
Content
to
Message
sh:Header
sh:Content
Please help me on this one. Points will be awarded. Thanks